| | |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.PipIrrApp" |
| | | android:usesCleartextTraffic="true" |
| | | android:hardwareAccelerated="true" |
| | | tools:targetApi="31"> |
| | | <!-- 告知 XXPermissions 当前项目已经适配了分区存储特性 --> |
| | | <meta-data |
| | |
| | | android:value="true" /> |
| | | |
| | | <activity |
| | | android:name=".activity.LoginActivity" |
| | | android:name=".activity.MainActivity" |
| | | android:exported="true"> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | |
| | | <category android:name="android.intent.category.LAUNCHER" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <activity android:name=".activity.MainActivity" /> |
| | | <!-- <activity android:name=".activity.MainActivity" />--> |
| | | <!-- Required since 5.2.0 --> |
| | | <!-- 新的 tag/alias 接口结果返回需要开发者配置一个自定义的Service --> |
| | | <!-- 3.3.0开始所有事件将通过该类回调 --> |