Support targetSDK 31 (required from Play store)

- Components using IntentFilter must set android:exported="true"
- Other required was not impacted
This commit is contained in:
Dat PHAM HOANG
2022-11-22 14:28:01 +07:00
committed by Dat H. Pham
parent f61ca67950
commit ec91c45d39
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTask"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"