AI2 Component  (Version nb184)
com.google.appinventor.components.annotations.UsesPermissions Interface Reference

Public Member Functions

String permissionNames () default ""
 
String[] value () default
 

Detailed Description

Annotation to indicate Android permissions required by components.

Author
markf.nosp@m.@goo.nosp@m.gle.c.nosp@m.om (Mark Friedman)

Definition at line 21 of file UsesPermissions.java.

Member Function Documentation

◆ permissionNames()

String com.google.appinventor.components.annotations.UsesPermissions.permissionNames ( )

The names of the permissions separated by commas.

Returns
the permission name
See also
android.Manifest.permission

◆ value()

String [] com.google.appinventor.components.annotations.UsesPermissions.value ( )

The names of the permissions as a list.

Returns
the permission names
See also
android.Manifest.permission

Definition at line 37 of file UsesPermissions.java.


The documentation for this interface was generated from the following file: