....
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user