Skip to content

Commit

Permalink
Merge pull request #396 from CollActionteam/fix/android-exported
Browse files Browse the repository at this point in the history
fix: android activity exported set to true
  • Loading branch information
Xazin committed Apr 4, 2023
2 parents b6e9760 + 04f8a55 commit 1e9981e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:exported="true">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
Expand Down

0 comments on commit 1e9981e

Please sign in to comment.