瀏覽代碼

android: Reintroduce launch mode as single top

german77 3 年之前
父節點
當前提交
b41006004b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/android/app/src/main/AndroidManifest.xml

+ 1 - 0
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"