We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e3e3c commit a1ed1c0Copy full SHA for a1ed1c0
templates/project/AndroidManifest.xml
@@ -37,7 +37,8 @@
37
android:launchMode="singleTop"
38
android:theme="@style/Theme.AppCompat.NoActionBar"
39
android:windowSoftInputMode="adjustResize"
40
- android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode">
+ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
41
+ android:exported="true">
42
<intent-filter android:label="@string/launcher_name">
43
<action android:name="android.intent.action.MAIN" />
44
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments