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 d98b87e commit ff02093Copy full SHA for ff02093
android/app/src/main/AndroidManifest.xml
@@ -19,7 +19,7 @@
19
android:icon="@mipmap/ic_launcher">
20
<activity
21
android:name="io.flutter.embedding.android.FlutterActivity"
22
- android:exported="false"
+ android:exported="true"
23
android:launchMode="singleTop"
24
android:theme="@style/LaunchTheme"
25
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
0 commit comments