This commit is contained in:
2025-07-16 12:56:56 +09:00
parent 3d65f30516
commit 405b8c8fed
14 changed files with 2926 additions and 2117 deletions
+4 -4
View File
@@ -78,12 +78,12 @@
android:windowSoftInputMode="adjustResize"
android:requestLegacyExternalStorage="true"
>
<!-- android:excludeFromRecents="true"-->
<activity
android:name=".LauncherActivity"
android:theme="@style/Theme.LunarLauncher.Starting"
android:launchMode="singleInstance"
android:excludeFromRecents="true"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|screenLayout|layoutDirection"
android:windowSoftInputMode="adjustResize"
android:exported="true">
@@ -93,9 +93,9 @@
<data android:mimeType="*/*"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.HOME" />
<action android:name="android.intent.action.MAIN"/>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>