Limit custom alerts to notification events
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user