Skip to content

Commit ff02093

Browse files
author
NAVAL
committed
fix: ActivityNotFoundException
1 parent d98b87e commit ff02093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
android:icon="@mipmap/ic_launcher">
2020
<activity
2121
android:name="io.flutter.embedding.android.FlutterActivity"
22-
android:exported="false"
22+
android:exported="true"
2323
android:launchMode="singleTop"
2424
android:theme="@style/LaunchTheme"
2525
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"

0 commit comments

Comments
 (0)