bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
538 stars 85 forks source link

Android 10 - allow always (gps permission) not possible with foreground app #118

Closed MalakymR closed 4 years ago

MalakymR commented 4 years ago

There is no "Allow always" for GPS permission for ulogger.

This is likely because of the "foreground" mitigations to get around Android killing "background" services in the past.

Some similar screenshots here https://wigle.net/phpbb/viewtopic.php?f=13&p=10401

bfabiszewski commented 4 years ago

Did you read the answer to the post you refer to? It also applies to our case. No need for "Allow always". We only need permission while using the app.

This issue belongs to ulogger-android repo. If you still think this is an issue, please report there.