Suppress matched native notification alerts
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
<uses-permission android:name="se.ajpanton.notificationsmaster.permission.UPDATE_ALERT_POLICY" />
|
||||
|
||||
<permission
|
||||
android:name="se.ajpanton.notificationsmaster.permission.UPDATE_ALERT_POLICY"
|
||||
android:protectionLevel="signature" />
|
||||
|
||||
<!-- Required for the all-installed-apps filter; this app is not distributed through Google Play. -->
|
||||
<uses-permission
|
||||
@@ -38,9 +44,14 @@
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<service
|
||||
android:name=".module.AlertPolicyService"
|
||||
android:exported="true" />
|
||||
<receiver
|
||||
android:name=".module.AlertPolicyBootReceiver"
|
||||
android:enabled="false"
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user