Permission Overview
The library requires at least the following permissions to access MOVE SDK services.
Depending on the used services, different permissions are required. The following table gives an overview what's required:
Required permissions
Optional permissions
GooglePlayLocationAccuracy [1]
GooglePlayLocationAccuracy [1]
GooglePlayLocationAccuracy [1]
More Information regarding the Android system permissions can be found here: https://developer.android.com/reference/android/Manifest.permission
The required permissions must be granted before the MOVE SDK service can be used. If any single required permission is missing, the entire MOVE SDK stops working. In case of missing permissions this will be presented by MoveServiceFailure and/or by MoveServiceWarning.
For more information about "dangerous permissions" visit the official developer page.
In fact the MOVE SDK is not aware of permission changes, the developer can tell the MOVE SDK that the error is resolved.
Last updated