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

Google Play Location services crashes #19

Open
michael-dev opened this issue Oct 12, 2019 · 0 comments
Open

Google Play Location services crashes #19

michael-dev opened this issue Oct 12, 2019 · 0 comments

Comments

@michael-dev
Copy link

Location (neither gps nor network) does not work with lineageos 16.0 for me.
Turns out in logcat:

Process: com.google.android.gms.persistent, PID: 20719
E AndroidRuntime: java.lang.SecurityException: Client must have ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission to perform any location operations.

Solution:
adb shell pm grant com.google.android.gms android.permission.ACCESS_FINE_LOCATION
(as indicated here: https://forum.xda-developers.com/showpost.php?p=78938529&postcount=537)

Works for me.

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

1 participant