Add android:exported to manifest, to make it compatible with android 12

This commit is contained in:
Inex Code 2022-04-19 14:55:53 +03:00
parent c36038b1ab
commit 902b9fbda5
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
android:name=".MainActivity"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:exported="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize"