This commit is contained in:
2026-04-09 17:16:23 +09:00
parent 5e7c121cf8
commit 1da8d5bb62
11 changed files with 800 additions and 24 deletions
+9
View File
@@ -106,6 +106,15 @@
</intent-filter>
</activity>
<activity
android:name=".player.PlayerActivity"
android:launchMode="singleInstance"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"
android:screenOrientation="sensor"
android:exported="false">
</activity>
<activity
android:name=".LauncherActivity"
android:theme="@style/Theme.LunarLauncher.Starting"