This commit is contained in:
lunaticbum
2024-08-14 18:14:44 +09:00
parent ebfe02cf62
commit 65aa8cc833
2 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -39,6 +39,7 @@
android:excludeFromRecents="true"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:enableOnBackInvokedCallback="true"
android:largeHeap="true"
android:hardwareAccelerated="true"
android:screenOrientation="nosensor"
@@ -48,7 +49,7 @@
<activity
android:name=".LauncherActivity"
android:theme="@style/Theme.LunarLauncher.Starting"
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>