See: Description
Class | Description |
---|---|
PermissionsServices |
Provides methods and fields used to easily work with
Android permissions,
both in the AndroidManifest.xml,
and at runtime on Android 6 and above devices.
|
PermissionsServices.Permission |
API Level independent constants for
dangerous Android permissions
supported by Corona, sorted by permission groups.
|
PermissionsServices.PermissionGroup |
API Level independent constants for supported permission-group names.
|
PermissionsSettings |
Stores Permissions configuration options such as which permissions to request,
why they're needed, how important they are to the app, etc.
|
Enum | Description |
---|---|
PermissionState |
Enum depicting all possible states a permission can be in.
|