|
21 | 21 | android:name=".MainApplication" |
22 | 22 | android:icon="@mipmap/ic_launcher" |
23 | 23 | android:usesCleartextTraffic="true" |
24 | | - |
| 24 | + android:launchMode="singleInstance" |
25 | 25 | android:theme="@style/App.Theme"> |
26 | 26 | <activity |
27 | 27 | android:name=".MainActivity" |
|
73 | 73 | <activity android:name="com.gaurav.avnc.ui.about.AboutActivity" /> |
74 | 74 | <activity |
75 | 75 | android:name="com.termux.x11.MainActivity" |
76 | | - android:taskAffinity="com.termux.x11.MainActivity" |
77 | | - android:launchMode="singleInstance" |
78 | 76 | android:supportsPictureInPicture="true" |
79 | 77 | android:configChanges="fontScale|orientation|screenSize|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|screenLayout|touchscreen|uiMode|smallestScreenSize|density" |
80 | 78 | android:resizeableActivity="true" |
81 | 79 | android:windowSoftInputMode="stateHidden" |
82 | 80 | android:process=":x11"> |
| 81 | + <!-- android:taskAffinity="com.termux.x11.MainActivity" --> |
| 82 | + <!-- android:launchMode="singleInstance" --> |
83 | 83 | </activity> |
84 | 84 | <activity |
85 | 85 | android:name="com.termux.x11.XrActivity" |
86 | 86 | android:configChanges="density|orientation|screenSize|keyboard|keyboardHidden|uiMode" |
87 | 87 | android:exported="true" |
88 | | - android:launchMode="singleTask" |
89 | 88 | android:resizeableActivity="false" |
90 | 89 | android:screenOrientation="landscape" |
91 | 90 | android:process=":vr_process"> |
|
94 | 93 | <category android:name="com.oculus.intent.category.VR" /> |
95 | 94 | <category android:name="android.intent.category.LAUNCHER" /> |
96 | 95 | </intent-filter> |
| 96 | + <!-- android:launchMode="singleTask" --> |
97 | 97 | </activity> |
98 | 98 | <activity |
99 | 99 | android:theme="@style/Theme.AppCompat.DayNight" |
100 | | - android:excludeFromRecents="true" |
101 | 100 | android:name="com.termux.x11.LoriePreferences" |
102 | | - android:taskAffinity="com.termux.x11.LoriePreferences" |
103 | 101 | android:supportsPictureInPicture="false" |
104 | 102 | android:resizeableActivity="true" |
105 | 103 | android:process=":x11"> |
106 | 104 | <intent-filter> |
107 | 105 | <action android:name="android.intent.action.APPLICATION_PREFERENCES" /> |
108 | 106 | <action android:name="android.intent.action.MAIN" /> |
109 | 107 | </intent-filter> |
| 108 | + <!-- android:excludeFromRecents="true" --> |
| 109 | + <!-- android:taskAffinity="com.termux.x11.LoriePreferences" --> |
110 | 110 | </activity> |
111 | 111 | <meta-data android:name="com.samsung.android.multidisplay.keep_process_alive" android:value="false"/> |
112 | 112 | <meta-data android:name="android.allow_multiple_resumed_activities" android:value="true" /> |
|
0 commit comments