diff options
| author | 2023-07-03 09:31:02 -0600 | |
|---|---|---|
| committer | 2023-07-03 09:31:02 -0600 | |
| commit | b41006004be8c0ba8d4464f3da20d88631f19c79 (patch) | |
| tree | e48f52bfc5ebf0f6b2a9a324fa5161fede5d442e /src | |
| parent | service: nfc: Ensure controller is in the correct mode (diff) | |
| download | yuzu-b41006004be8c0ba8d4464f3da20d88631f19c79.tar.gz yuzu-b41006004be8c0ba8d4464f3da20d88631f19c79.tar.xz yuzu-b41006004be8c0ba8d4464f3da20d88631f19c79.zip | |
android: Reintroduce launch mode as single top
Diffstat (limited to 'src')
| -rw-r--r-- | src/android/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index 51d949d65..742685fb0 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml | |||
| @@ -54,6 +54,7 @@ SPDX-License-Identifier: GPL-3.0-or-later | |||
| 54 | <activity | 54 | <activity |
| 55 | android:name="org.yuzu.yuzu_emu.activities.EmulationActivity" | 55 | android:name="org.yuzu.yuzu_emu.activities.EmulationActivity" |
| 56 | android:theme="@style/Theme.Yuzu.Main" | 56 | android:theme="@style/Theme.Yuzu.Main" |
| 57 | android:launchMode="singleTop" | ||
| 57 | android:screenOrientation="userLandscape" | 58 | android:screenOrientation="userLandscape" |
| 58 | android:supportsPictureInPicture="true" | 59 | android:supportsPictureInPicture="true" |
| 59 | android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode" | 60 | android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode" |