fix(notification): android background-geolocation-lost
This commit is contained in:
parent
b635f29f45
commit
aea3a26096
1 changed files with 4 additions and 0 deletions
|
@ -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="/"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue