Add notification visibility policy bridge

This commit is contained in:
ajp_anton
2026-08-29 12:19:54 +00:00
parent 44357bf047
commit a3063d0c9a
16 changed files with 557 additions and 4 deletions
+4
View File
@@ -53,6 +53,10 @@
</intent-filter>
</receiver>
<receiver
android:name=".module.VisibilityPolicyRequestReceiver"
android:exported="true" />
</application>
</manifest>