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:
committed by
Dat H. Pham
parent
f61ca67950
commit
ec91c45d39
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user