This commit is contained in:
lunaticbum
2024-08-30 14:43:42 +09:00
parent e9dff17966
commit 2e9900201e
13 changed files with 793 additions and 616 deletions
+4 -2
View File
@@ -62,6 +62,8 @@
android:name=".LauncherActivity"
android:theme="@style/Theme.LunarLauncher.Starting"
android:launchMode="singleInstance"
android:screenOrientation="portrait"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|screenLayout|layoutDirection"
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>
@@ -131,13 +133,13 @@
<action android:name="android.service.notification.NotificationListenerService" />
</intent-filter>
</service>
<receiver android:name=".home.EndCallReceiver"
<receiver android:name=".LauncherActivity$EndCallReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.PHONE_STATE" />
</intent-filter>
</receiver>
<receiver android:name=".home.SMSReceiver"
<receiver android:name=".LauncherActivity$SMSReceiver"
android:exported="true"
android:permission="android.permission.BROADCAST_SMS">
<intent-filter>