| | |
| | | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| | | <uses-permission android:name="android.permission.READ_LOGS" /> |
| | | <!-- 极光推送结束 --> |
| | | <application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/Icon" android:networkSecurityConfig="@xml/network_security_config" android:largeHeap="true" android:label="On Pro"> |
| | | <application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/Icon" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:networkSecurityConfig="@xml/network_security_config" android:largeHeap="true" android:label="On Pro"> |
| | | <!--/扫描二维码activity--> |
| | | <!--<activity |
| | | android:name="com.journeyapps.barcodescanner.CaptureActivity" |