Skip to content

Commit

Permalink
Merge pull request #48 from syxc/kotlin-2.0
Browse files Browse the repository at this point in the history
Update AndroidManifest.xml
  • Loading branch information
syxc committed Jul 9, 2024
2 parents d8f445e + d758a7c commit 6e51eba
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 6e51eba

Please sign in to comment.