the-jamb / gps-protect

React Native client for simple GPS-location project
https://www.gpsprotect.eu
MIT License
0 stars 0 forks source link

Read GPS data all the time #13

Closed MadejaMaciej closed 10 months ago

MadejaMaciej commented 10 months ago

By default (at least on Android system) all apps can measure location data only when they're active (in foreground) or never.

We need to develop a special mode (special permission request) that allows Track Protect app to measure GPS data all the time, even if it is put to background by the system and not directly used by the user.