This commit is contained in:
lunaticbum
2024-10-18 16:16:41 +09:00
parent edca12a137
commit 94000c4b67
134 changed files with 1663 additions and 2373 deletions
+4 -4
View File
@@ -60,9 +60,9 @@
</queries>
<application
android:name=".LunarLauncher"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher"
android:name=".LunaticLauncher"
android:icon="@drawable/ic_launcher"
android:roundIcon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.LunarLauncher"
android:excludeFromRecents="true"
@@ -155,7 +155,7 @@
<action android:name="android.service.notification.NotificationListenerService" />
</intent-filter>
</service>
<service android:name="rasel.lunar.launcher.workers.LocationUpdateService" />
<service android:name="bums.lunatic.launcher.workers.LocationUpdateService" />
<receiver android:name=".LauncherActivity$EndCallReceiver"
android:enabled="true"