| | |
| | | |
| | | |
| | | <application |
| | | android:name=".MyApplication" |
| | | android:allowBackup="true" |
| | | android:dataExtractionRules="@xml/data_extraction_rules" |
| | | android:fullBackupContent="@xml/backup_rules" |
| | | android:hardwareAccelerated="true" |
| | | android:icon="@mipmap/ic_launcher" |
| | | android:label="@string/app_name" |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.PipIrrApp" |
| | | android:usesCleartextTraffic="true" |
| | | android:hardwareAccelerated="true" |
| | | tools:targetApi="31"> |
| | | <!-- 告知 XXPermissions 当前项目已经适配了分区存储特性 --> |
| | | <meta-data |
| | |
| | | <category android:name="android.intent.category.LAUNCHER" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <activity android:name=".activity.ChangePSActivity" /> |
| | | <!-- <activity android:name=".activity.MainActivity" />--> |
| | | <!-- Required since 5.2.0 --> |
| | | <!-- 新的 tag/alias 接口结果返回需要开发者配置一个自定义的Service --> |