fix(notification): android background-geolocation-lost

This commit is contained in:
devthejo 2025-07-09 22:29:51 +02:00
parent b635f29f45
commit aea3a26096
Signed by: devthejo
GPG key ID: 00CCA7A92B1D5351

View file

@ -64,6 +64,10 @@
<action android:name="com.alertesecours.OPEN_RELATIVES"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
<intent-filter>
<action android:name="com.alertesecours.OPEN_BACKGROUND_GEOLOCATION_SETTINGS"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
<intent-filter android:autoVerify="true" data-generated="true">
<action android:name="android.intent.action.VIEW"/>
<data android:scheme="https" android:host="app.alertesecours.fr" android:pathPrefix="/"/>