Fix background location

This commit is contained in:
Sebastien Riviere
2026-03-13 01:46:29 +01:00
parent 471e514981
commit 9913549610
6 changed files with 82 additions and 14 deletions

View File

@@ -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",