listRequiredAndroidPermissions

Retrieves a list of required permissions that the user must grant to your app.

When you start your app, it must request the necessary permissions from the user. To retrieve the list of required permissions, use listRequiredAndroidPermissions and specify the features that your app will use.

Return

List of required permissions. If this list is not empty, request these permissions from the user. See also the relevant Android documentation for guidance on adding system permissions.

Parameters

enableUnlockWithTap

Set to true to retrieve the permissions necessary to enable unlockWithTap.