We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d675807 commit 47b0ef8Copy full SHA for 47b0ef8
packages/flutter_tools/templates/app_shared/android.tmpl/app/src/main/AndroidManifest.xml.tmpl
@@ -7,6 +7,7 @@
7
android:name=".MainActivity"
8
android:exported="true"
9
android:launchMode="singleTop"
10
+ android:taskAffinity=""
11
android:theme="@style/LaunchTheme"
12
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
13
android:hardwareAccelerated="true"
0 commit comments