diff options
Diffstat (limited to '')
| -rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 36e2dac98..933244140 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml | |||
| @@ -56,7 +56,6 @@ SPDX-License-Identifier: GPL-3.0-or-later | |||
| 56 | android:name="org.yuzu.yuzu_emu.activities.EmulationActivity" | 56 | android:name="org.yuzu.yuzu_emu.activities.EmulationActivity" |
| 57 | android:theme="@style/Theme.Yuzu.Main" | 57 | android:theme="@style/Theme.Yuzu.Main" |
| 58 | android:launchMode="singleTop" | 58 | android:launchMode="singleTop" |
| 59 | android:screenOrientation="userLandscape" | ||
| 60 | android:supportsPictureInPicture="true" | 59 | android:supportsPictureInPicture="true" |
| 61 | android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode" | 60 | android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode" |
| 62 | android:exported="true"> | 61 | android:exported="true"> |