CheckPermission checks whether the permission of a particular component has been granted.

app.CheckPermission( type ) → List: [ “Permissions” ]

You can also test for individual “android.permission.*” strings.

See Also: GetPermission RemovePermission ListPermissions

Example - check and get permissions click to expand contents