AI2 Component
(Version nb184)
|
Public Member Functions | |
String | permissionNames () default "" |
String[] | value () default |
Annotation to indicate Android permissions required by components.
Definition at line 21 of file UsesPermissions.java.
String com.google.appinventor.components.annotations.UsesPermissions.permissionNames | ( | ) |
The names of the permissions separated by commas.
String [] com.google.appinventor.components.annotations.UsesPermissions.value | ( | ) |
The names of the permissions as a list.
Definition at line 37 of file UsesPermissions.java.