You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when I try to start the Android Auto places example App I get the error that my App does not have the needed permission but I also haven't found a way to grant those permissions. Can anybody help me?
Here are two Screenshots of the Error I get. The needed permission is Android.permission.ACCESS_FINE_LOCATION:
Thanks in advance if you can help me :)
The text was updated successfully, but these errors were encountered:
@PatrickMi Same problem here. I solved the issue granting the geolocalization permissions mobile app side.
The android.permission.ACCESS_FINE_LOCATION in manifest is compatible with all SDK versions but became dangerous permission in Android M and requires user to manually grant it.
Hope to be useful!
Hello,
when I try to start the Android Auto places example App I get the error that my App does not have the needed permission but I also haven't found a way to grant those permissions. Can anybody help me?
Here are two Screenshots of the Error I get. The needed permission is Android.permission.ACCESS_FINE_LOCATION:
Thanks in advance if you can help me :)
The text was updated successfully, but these errors were encountered: