일단 저장

This commit is contained in:
2026-01-13 18:04:06 +09:00
parent df69d779d9
commit 175165184d
4 changed files with 451 additions and 118 deletions
+5 -1
View File
@@ -99,6 +99,8 @@
android:screenOrientation="userPortrait"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|screenLayout|layoutDirection|navigation"
android:windowSoftInputMode="adjustResize"
android:noHistory="true"
android:excludeFromRecents="true"
android:exported="false">
<intent-filter>
@@ -118,7 +120,9 @@
<activity
android:name=".LauncherActivity"
android:theme="@style/Theme.LunarLauncher.Starting"
android:launchMode="singleTop"
android:launchMode="singleInstance"
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:screenOrientation="userPortrait"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|screenLayout|layoutDirection|navigation"
android:windowSoftInputMode="adjustResize"