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
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.
Location (neither gps nor network) does not work with lineageos 16.0 for me.
Turns out in logcat:
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.
The text was updated successfully, but these errors were encountered: