summaryrefslogtreecommitdiff
path: root/src/android
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-07-05 09:23:47 -0400
committerGitHub <noreply@github.com>2023-07-05 09:23:47 -0400
commitef7d44e24313d531f035026510fb9f156002edff (patch)
treeb422a9ec97d2feb275dd0de3419f8ab2ed9734cb /src/android
parentf71140fbd96cbf61fc1a59160af398c118d1b0d6 (diff)
parentb41006004be8c0ba8d4464f3da20d88631f19c79 (diff)
Merge pull request #11006 from german77/nfc_nfc
service: nfc: Ensure controller is in the correct mode
Diffstat (limited to 'src/android')
-rw-r--r--src/android/app/src/main/AndroidManifest.xml1
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
<activity
android:name="org.yuzu.yuzu_emu.activities.EmulationActivity"
android:theme="@style/Theme.Yuzu.Main"
+ android:launchMode="singleTop"
android:screenOrientation="userLandscape"
android:supportsPictureInPicture="true"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|uiMode"