added gatekeeper notification options

This commit is contained in:
Fabian Freund
2026-05-02 08:27:19 +02:00
parent 94b9b9cceb
commit 13ffe82d4e
14 changed files with 557 additions and 23 deletions
@@ -60,6 +60,15 @@
android:exported="false"
android:launchMode="singleTop" />
<receiver
android:name="eu.weblibre.flutter_mozilla_components.gatekeeper.GatekeeperNotificationActionReceiver"
android:exported="false">
<intent-filter>
<action android:name="eu.weblibre.gecko.gatekeeper.ALLOW_ONCE" />
<action android:name="eu.weblibre.gecko.gatekeeper.ALWAYS_ALLOW" />
</intent-filter>
</receiver>
<receiver
android:name="org.ironfoxoss.unifiedpush.PushReceiver"
tools:node="remove" />