Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
syxc committed Jul 9, 2024
1 parent b751ab0 commit d758a7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
tools:targetApi="s">
<activity
android:name=".MainActivity"
android:configChanges="orientation"
android:exported="true">
android:configChanges="orientation|screenSize"
android:exported="true"
android:launchMode="singleTop"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit d758a7c

Please sign in to comment.