i made an app that uses the LocationManager and google maps, i have the permission in the manifest for fine and coarse location and it works great on all API under 23. i followed the instructions here: "gps" location provider requires ACCESS_FINE_LOCATION permission for android 6.0 in API 23 i need an on run permission, but somehow i cant, the compiler cant resolve fine location, here is the image.
Asked
Active
Viewed 79 times
0
-
Show your imports please – Tim May 30 '16 at 06:58
-
Try: 'android.Manifest.permission.ACCESS_FINE_LOCATION' – Mateusz Pryczkowski May 30 '16 at 07:23