permission icon indicating copy to clipboard operation
permission copied to clipboard

Added support for coarse location only

Open j4nk3e opened this issue 5 years ago • 0 comments

Hi,

I added another permission for Android, which is called CoarseLocation. You can use it to request location permissions when the app only has ACCESS_COARSE_LOCATION in Manifest but not ACCESS_FINE_LOCATION. Without the change, requesting the Location permission always failed because tried to request the ACCESS_FINE_LOCATION permission which was blocked by the system if not declared in the Manifest.

j4nk3e avatar Apr 24 '19 08:04 j4nk3e