permission property

List<String>? permission
getter/setter pair

The list of permissions of this application.

These can be either a standard Android permission or one defined by the application, and are found in an application's Android manifest. Examples of a Calendar application's permissions are READ_CALENDAR, or MANAGE_ACCOUNTS.

Implementation

core.List<core.String>? permission;