Fix direct alert delivery across users

This commit is contained in:
ajp_anton
2026-08-19 19:38:36 +00:00
parent e2fb9e0d1c
commit b06434b7a0
9 changed files with 100 additions and 54 deletions
+9
View File
@@ -52,6 +52,15 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
</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>