Limit custom alerts to notification events

This commit is contained in:
ajp_anton
2026-08-19 20:57:17 +00:00
parent e80486df65
commit de984fb36c
24 changed files with 19 additions and 325 deletions
-8
View File
@@ -53,14 +53,6 @@
</intent-filter>
</receiver>
<receiver
android:name=".module.DirectAlertReceiver"
android:exported="true"
android:permission="se.ajpanton.notificationsmaster.permission.UPDATE_ALERT_POLICY">
<intent-filter>
<action android:name="se.ajpanton.notificationsmaster.PLAY_DIRECT_ALERT" />
</intent-filter>
</receiver>
</application>
</manifest>