...
This commit is contained in:
+139
-138
@@ -79,11 +79,12 @@
|
||||
android:requestLegacyExternalStorage="true"
|
||||
>
|
||||
<!-- android:excludeFromRecents="true"-->
|
||||
<!-- portrait|reversePortrait|userPortrait|sensorPortrait-->
|
||||
<activity
|
||||
android:name=".LauncherActivity"
|
||||
android:theme="@style/Theme.LunarLauncher.Starting"
|
||||
android:launchMode="singleInstance"
|
||||
|
||||
android:screenOrientation="userPortrait"
|
||||
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|screenLayout|layoutDirection"
|
||||
android:windowSoftInputMode="adjustResize"
|
||||
android:exported="true">
|
||||
@@ -99,54 +100,54 @@
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".apps.AppDrawer"
|
||||
android:label="@string/lunar_settings"
|
||||
android:launchMode="singleTask"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- <activity-->
|
||||
<!-- android:name=".apps.AppDrawer"-->
|
||||
<!-- android:label="@string/lunar_settings"-->
|
||||
<!-- android:launchMode="singleTask"-->
|
||||
<!-- android:excludeFromRecents="true"-->
|
||||
<!-- android:exported="true">-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.intent.action.APPLICATION_PREFERENCES" />-->
|
||||
<!-- </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
|
||||
android:name=".settings.SettingsActivity"
|
||||
android:label="@string/lunar_settings"
|
||||
android:launchMode="singleTask"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".behavior.Behavior"
|
||||
android:label="@string/lunar_settings"
|
||||
android:launchMode="singleTask"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- </activity>-->
|
||||
<!-- <activity-->
|
||||
<!-- android:name=".settings.SettingsActivity"-->
|
||||
<!-- android:label="@string/lunar_settings"-->
|
||||
<!-- android:launchMode="singleTask"-->
|
||||
<!-- android:excludeFromRecents="true"-->
|
||||
<!-- android:exported="true">-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.intent.action.APPLICATION_PREFERENCES" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </activity>-->
|
||||
<!-- <activity-->
|
||||
<!-- android:name=".behavior.Behavior"-->
|
||||
<!-- android:label="@string/lunar_settings"-->
|
||||
<!-- android:launchMode="singleTask"-->
|
||||
<!-- android:excludeFromRecents="true"-->
|
||||
<!-- android:exported="true">-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.intent.action.APPLICATION_PREFERENCES" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </activity>-->
|
||||
|
||||
<receiver android:name=".helpers.HeadsetActionButtonReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="true" >
|
||||
<intent-filter
|
||||
android:priority="2147483647">
|
||||
<action android:name="android.intent.action.MEDIA_BUTTON"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<!-- <receiver android:name=".helpers.HeadsetActionButtonReceiver"-->
|
||||
<!-- android:enabled="true"-->
|
||||
<!-- android:exported="true" >-->
|
||||
<!-- <intent-filter-->
|
||||
<!-- android:priority="2147483647">-->
|
||||
<!-- <action android:name="android.intent.action.MEDIA_BUTTON"/>-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </receiver>-->
|
||||
|
||||
<!-- <service android:name=".MediaButtonService"-->
|
||||
<!-- android:exported="true">-->
|
||||
@@ -161,52 +162,52 @@
|
||||
android:permission="android.permission.BIND_JOB_SERVICE"
|
||||
android:exported="false"/>
|
||||
|
||||
<service
|
||||
android:name=".helpers.LockService"
|
||||
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.accessibilityservice.AccessibilityService" />
|
||||
</intent-filter>
|
||||
<meta-data
|
||||
android:name="android.accessibilityservice"
|
||||
android:resource="@xml/lock_service" />
|
||||
</service>
|
||||
<!-- <service-->
|
||||
<!-- android:name=".helpers.LockService"-->
|
||||
<!-- android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"-->
|
||||
<!-- android:exported="false">-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.accessibilityservice.AccessibilityService" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- <meta-data-->
|
||||
<!-- android:name="android.accessibilityservice"-->
|
||||
<!-- android:resource="@xml/lock_service" />-->
|
||||
<!-- </service>-->
|
||||
|
||||
<receiver
|
||||
android:name=".helpers.AdminReceiver"
|
||||
android:label="@string/app_name"
|
||||
android:description="@string/device_admin_description"
|
||||
android:permission="android.permission.BIND_DEVICE_ADMIN"
|
||||
android:exported="false">
|
||||
<meta-data
|
||||
android:name="android.app.device_admin"
|
||||
android:resource="@xml/device_admin" />
|
||||
<intent-filter>
|
||||
<action android:name="android.app.action.DEVICE_ADMIN_ENABLED" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<!-- <receiver-->
|
||||
<!-- android:name=".helpers.AdminReceiver"-->
|
||||
<!-- android:label="@string/app_name"-->
|
||||
<!-- android:description="@string/device_admin_description"-->
|
||||
<!-- android:permission="android.permission.BIND_DEVICE_ADMIN"-->
|
||||
<!-- android:exported="false">-->
|
||||
<!-- <meta-data-->
|
||||
<!-- android:name="android.app.device_admin"-->
|
||||
<!-- android:resource="@xml/device_admin" />-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.app.action.DEVICE_ADMIN_ENABLED" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </receiver>-->
|
||||
|
||||
<activity
|
||||
android:name=".home.RssViewerActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:hardwareAccelerated="true"
|
||||
android:launchMode="singleTask"
|
||||
android:exported="true"
|
||||
android:excludeFromRecents="true"
|
||||
android:theme="@style/FinestWebViewTheme.Fullscreen" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:scheme="file"/>
|
||||
<data android:scheme="content"/>
|
||||
<data android:mimeType="text/html"/>
|
||||
<data android:mimeType="text/plain"/>
|
||||
<data android:mimeType="text/xml"/>
|
||||
<data android:mimeType="application/xhtml+xml"/>
|
||||
<data android:mimeType="application/vnd.wap.xhtml+xml"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- <activity-->
|
||||
<!-- android:name=".home.RssViewerActivity"-->
|
||||
<!-- android:configChanges="keyboardHidden|orientation|screenSize"-->
|
||||
<!-- android:hardwareAccelerated="true"-->
|
||||
<!-- android:launchMode="singleTask"-->
|
||||
<!-- android:exported="true"-->
|
||||
<!-- android:excludeFromRecents="true"-->
|
||||
<!-- android:theme="@style/FinestWebViewTheme.Fullscreen" >-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.intent.action.VIEW" />-->
|
||||
<!-- <category android:name="android.intent.category.DEFAULT" />-->
|
||||
<!-- <data android:scheme="file"/>-->
|
||||
<!-- <data android:scheme="content"/>-->
|
||||
<!-- <data android:mimeType="text/html"/>-->
|
||||
<!-- <data android:mimeType="text/plain"/>-->
|
||||
<!-- <data android:mimeType="text/xml"/>-->
|
||||
<!-- <data android:mimeType="application/xhtml+xml"/>-->
|
||||
<!-- <data android:mimeType="application/vnd.wap.xhtml+xml"/>-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </activity>-->
|
||||
|
||||
<provider
|
||||
android:name="androidx.core.content.FileProvider"
|
||||
@@ -218,55 +219,55 @@
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/file_paths" />
|
||||
</provider>
|
||||
<service android:name=".receiver.NLService"
|
||||
android:label="@string/app_name"
|
||||
android:enabled="true"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">
|
||||
<intent-filter>
|
||||
<action android:name="android.service.notification.NotificationListenerService" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:name="bums.lunatic.launcher.workers.LocationUpdateService" />
|
||||
<!-- <service android:name=".receiver.NLService"-->
|
||||
<!-- android:label="@string/app_name"-->
|
||||
<!-- android:enabled="true"-->
|
||||
<!-- android:exported="true"-->
|
||||
<!-- android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.service.notification.NotificationListenerService" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </service>-->
|
||||
<!-- <service android:name="bums.lunatic.launcher.workers.LocationUpdateService" />-->
|
||||
|
||||
<receiver android:name=".LauncherActivity$EndCallReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.PHONE_STATE" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name=".LauncherActivity$SMSReceiver"
|
||||
android:exported="true"
|
||||
android:enabled="true"
|
||||
android:permission="android.permission.BROADCAST_SMS">
|
||||
<intent-filter>
|
||||
<action android:name="android.provider.Telephony.SMS_RECEIVED" />
|
||||
<action android:name="android.provider.Telephony.MMS_RECEIVED" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<!-- <receiver android:name=".LauncherActivity$EndCallReceiver"-->
|
||||
<!-- android:enabled="true"-->
|
||||
<!-- android:exported="true">-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.intent.action.PHONE_STATE" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </receiver>-->
|
||||
<!-- <receiver android:name=".LauncherActivity$SMSReceiver"-->
|
||||
<!-- android:exported="true"-->
|
||||
<!-- android:enabled="true"-->
|
||||
<!-- android:permission="android.permission.BROADCAST_SMS">-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.provider.Telephony.SMS_RECEIVED" />-->
|
||||
<!-- <action android:name="android.provider.Telephony.MMS_RECEIVED" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </receiver>-->
|
||||
|
||||
<receiver
|
||||
android:exported="true"
|
||||
android:enabled="true"
|
||||
android:name=".receiver.PackageEventReceiver"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.PACKAGE_REPLACED"/>
|
||||
<action android:name="android.intent.action.PACKAGE_INSTALL"/>
|
||||
<action android:name="android.intent.action.PACKAGE_ADDED"/>
|
||||
<action android:name="android.intent.action.PACKAGE_CHANGED"/>
|
||||
<action android:name="android.intent.action.PACKAGE_DATA_CLEARED"/>
|
||||
<action android:name="android.intent.action.PACKAGE_FIRST_LAUNCH"/>
|
||||
<action android:name="android.intent.action.PACKAGE_FULLY_REMOVED"/>
|
||||
<action android:name="android.intent.action.PACKAGE_INSTALL"/>
|
||||
<action android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION"/>
|
||||
<action android:name="android.intent.action.PACKAGE_REMOVED"/>
|
||||
<action android:name="android.intent.action.PACKAGE_REPLACED"/>
|
||||
<action android:name="android.intent.action.PACKAGE_RESTARTED"/>
|
||||
<action android:name="android.intent.action.PACKAGE_VERIFIED"/>
|
||||
<data android:scheme="package" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<!-- <receiver-->
|
||||
<!-- android:exported="true"-->
|
||||
<!-- android:enabled="true"-->
|
||||
<!-- android:name=".receiver.PackageEventReceiver"-->
|
||||
<!-- >-->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_REPLACED"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_INSTALL"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_ADDED"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_CHANGED"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_DATA_CLEARED"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_FIRST_LAUNCH"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_FULLY_REMOVED"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_INSTALL"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_NEEDS_VERIFICATION"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_REMOVED"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_REPLACED"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_RESTARTED"/>-->
|
||||
<!-- <action android:name="android.intent.action.PACKAGE_VERIFIED"/>-->
|
||||
<!-- <data android:scheme="package" />-->
|
||||
<!-- </intent-filter>-->
|
||||
<!-- </receiver>-->
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user