Skip to content

Commit

Permalink
fix: ActivityNotFoundException
Browse files Browse the repository at this point in the history
  • Loading branch information
NAVAL committed Nov 17, 2022
1 parent d98b87e commit ff02093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:icon="@mipmap/ic_launcher">
<activity
android:name="io.flutter.embedding.android.FlutterActivity"
android:exported="false"
android:exported="true"
android:launchMode="singleTop"
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|layoutDirection|fontScale|screenLayout|density"
Expand Down

0 comments on commit ff02093

Please sign in to comment.