Skip to content

Change location permission to uses-permission-sdk-23

akwizgran requested to merge location-permission-sdk-23 into master

This branch changes the location permission in the manifest from uses-permission to uses-permission-sdk-23. This prevents the permission from being required on older API versions where it's not used (Bluetooth discovery didn't require the location permission until API 23).

I've checked that the permission is still requested on API 23, and no longer required on API 22.

Merge request reports