Fix direct alert delivery across users
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user