Add privileged alert policy endpoint

This commit is contained in:
ajp_anton
2026-08-18 03:22:03 +00:00
parent 77a725ae30
commit 7166cfe18b
5 changed files with 110 additions and 15 deletions
+4
View File
@@ -37,6 +37,10 @@
<action android:name="android.service.notification.NotificationListenerService" />
</intent-filter>
</service>
<service
android:name=".module.AlertPolicyService"
android:exported="true" />
</application>
</manifest>