I integrate the SDK and I need me to add:
<uses-permission
android:name="android.permission.ACCESS_FINE_LOCATION"
android:required="false" />
I understand android:required="false"on uses-feature, but I can not understand the meaning of this permission. It is not specified in docs as an attribute.
Does he look like requiresa uses-feature? If permissions imply the functions listed here , are these functions not required?
source
share