mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Fix background location
This commit is contained in:
@@ -11,7 +11,19 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"expo-font"
|
||||
"expo-font",
|
||||
[
|
||||
"expo-location",
|
||||
{
|
||||
"locationAlwaysPermission": "L'application a besoin de votre position pour suivre votre activité sportive en continu.",
|
||||
"isAndroidForegroundServiceEnabled": true,
|
||||
"foregroundService": {
|
||||
"notificationTitle": "La Traque",
|
||||
"notificationBody": "L'application utilise votre position en arrière plan.",
|
||||
"notificationColor": "#FF0000"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"newArchEnabled": true,
|
||||
"name": "La Traque",
|
||||
|
||||
Reference in New Issue
Block a user