Android: Improve handling of portrait mode

This commit is contained in:
Connor McLaughlin
2020-09-10 19:20:49 +10:00
parent 5cc91dc78b
commit 9b942de47e
4 changed files with 40 additions and 1 deletions

View File

@ -18,7 +18,8 @@
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_emulation"
android:parentActivityName=".MainActivity"
android:theme="@style/FullscreenTheme">
android:theme="@style/FullscreenTheme"
android:immersive="true">
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.github.stenzek.duckstation.MainActivity" />