Skip to content

Commit

Permalink
fix(android/app): Apply resizeableActivity to entire app
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Jan 24, 2024
1 parent c494581 commit 338a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/KMAPro/kMAPro/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:resizeableActivity="false"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme"
android:supportsRtl="true">
Expand Down Expand Up @@ -71,7 +72,6 @@
android:exported="true"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize"
android:label="@string/app_name"
android:resizeableActivity="false"
android:launchMode="singleTask">

<!-- See http://stackoverflow.com/questions/1733195/android-intent-filter-for-a-particular-file-extension/2062112#2062112 -->
Expand Down

0 comments on commit 338a8ac

Please sign in to comment.