Closed renehauck closed 6 years ago
this setting is already in this module. delete this permission from your own AndroidManifest.xml and try again?
I deleted the permission, but unfortunately I still have the same error. :disappointed:
Ok, I found the error, a service of mine tried to access the position before the authorization was checked. Thank you :-)
Hi, first of all, thank you for your work.
After an update I recently got the error :
Looks like the app doesn't have the permission to access location.
But I have in my AndroidManifest the line
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
. Is this a bug or am I doing something wrong?