I\'m attempting to request ACCESS_FINE_LOCATION permissions in order to get the user\'s current location.
ACCESS_FINE_LOCATION
My logging indicates that my app does not curr
Check that you have already added the requested permission in Android's manifest file like before Android M, only then you will get expected behaviour.
Add the permission to your manifest so you can request it via ActivityCompat.requestPermissions: