Skip to content

Commit

Permalink
Android: Turn off resizability until we can properly fix the sizing l…
Browse files Browse the repository at this point in the history
…ogic. Helps #9866
  • Loading branch information
hrydgard committed Aug 6, 2017
1 parent 35c8a05 commit ea047fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/AndroidManifest.xml
Expand Up @@ -40,7 +40,8 @@
android:name=".PpssppActivity" android:name=".PpssppActivity"
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode|navigation" android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode|navigation"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:resizeableActivity="false">


<!-- android:screenOrientation="landscape" --> <!-- android:screenOrientation="landscape" -->
<intent-filter> <intent-filter>
Expand Down

0 comments on commit ea047fa

Please sign in to comment.