Skip to content

Commit

Permalink
set android:resizeableActivity to false in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmaclarty committed Jun 22, 2020
1 parent ad51f2f commit e328313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<activity android:name="xyz.amulet.AmuletActivity"
android:label="AM_TITLE"
android:screenOrientation="AM_ORIENTATION"
android:resizeableActivity="false"
android:configChanges="orientation|keyboardHidden">
<meta-data android:name="android.app.lib_name"
android:value="amulet" />
Expand Down

0 comments on commit e328313

Please sign in to comment.