更新 AndroidManifest.xml
This commit is contained in:
@@ -68,5 +68,13 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
<service android:name=".service.MonitorService"/>
|
<service android:name=".service.MonitorService"/>
|
||||||
|
<service android:name=".service.NotificationListener"
|
||||||
|
android:label="NotificationListener"
|
||||||
|
android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
|
||||||
|
android:exported="true">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.service.notification.NotificationListenerService" />
|
||||||
|
</intent-filter>
|
||||||
|
</service>
|
||||||
</application>
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
Reference in New Issue
Block a user