Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Places needs Permission. No way to grant them #18

Open
PatrickMi opened this issue Jul 16, 2021 · 1 comment
Open

Places needs Permission. No way to grant them #18

PatrickMi opened this issue Jul 16, 2021 · 1 comment

Comments

@PatrickMi
Copy link

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:

Bildschirmfoto 2021-07-16 um 14 47 58

Bildschirmfoto 2021-07-16 um 14 48 07

Thanks in advance if you can help me :)

@Feelynx
Copy link

Feelynx commented Jul 28, 2021

@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!

Have a good day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants