|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PermissionInfo
This annotation is used to annotate Permissions to provide additional
information about the permission
| Required Element Summary | |
|---|---|
String |
value
The name of the permission in a human comprehensible form. |
| Optional Element Summary | |
|---|---|
String |
description
A description about the permission. |
String |
icon
A relative path to the icon resource that describes pictorgraphically what the permission does. |
| Element Detail |
|---|
public abstract String value
public abstract String description
public abstract String icon
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||