Android: Turn off resizability until we can properly fix the sizing logic. Helps #9866

This commit is contained in:
Henrik Rydgård
2017-08-06 20:37:36 +02:00
parent 35c8a05d29
commit ea047fa43a
+2 -1
View File
@@ -40,7 +40,8 @@
android:name=".PpssppActivity"
android:configChanges="orientation|locale|keyboard|keyboardHidden|navigation|fontScale|uiMode|navigation"
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" -->
<intent-filter>