MatchaBackgroundService icon indicating copy to clipboard operation
MatchaBackgroundService copied to clipboard

permission at runtime

Open figuerres opened this issue 5 years ago • 1 comments

i am trying to solve a problem at runtime with getting access to items like the GPS location from the background task. i get an exption that tells me i do not have permission but the app and the manifest are setup to handle this. is the package running the background task as an isolated process or thread that needs its own grant ? here is an error: canAccessCellLocation: uid 10287 does not have android.permission.ACCESS_COARSE_LOCATION.

i did not have this error untill i used this package. if i run the same code other ways it works.

figuerres avatar May 06 '19 13:05 figuerres

can you provide sa sample code, so we can investigate this?

winstongubantes avatar Jul 16 '19 06:07 winstongubantes