Notification trigger.

This commit is contained in:
2021-03-28 23:23:29 +02:00
parent 7894504791
commit fb44196a0d
7 changed files with 45 additions and 13 deletions

View File

@ -186,7 +186,7 @@
<service
android:name=".receivers.NotificationListener"
android:label="NotificationListener"
android:label="@string/app_name"
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" >
<intent-filter>
<action android:name="android.service.notification.NotificationListenerService" />