This commit is contained in:
2025-08-13 17:02:15 +09:00
parent 012fcd7b9b
commit 8f3dc93ec1
15 changed files with 1089 additions and 617 deletions
+8 -7
View File
@@ -100,6 +100,7 @@
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.MAIN"/>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
@@ -130,14 +131,14 @@
<!-- </intent-filter>-->
<!-- </activity>-->
<!-- <activity-->
<!-- android:name=".tokiz.Settings"-->
<!-- android:label="@string/lunar_settings"-->
<!-- android:launchMode="singleInstance"-->
<!-- android:excludeFromRecents="true"-->
<!-- android:exported="true">-->
<activity
android:name=".tokiz.Settings"
android:label="@string/lunar_settings"
android:launchMode="singleInstance"
android:excludeFromRecents="true"
android:exported="true">
<!-- </activity>-->
</activity>
<!-- <activity-->
<!-- android:name=".settings.SettingsActivity"-->
<!-- android:label="@string/lunar_settings"-->