public class PermissionGroup extends ManifestBase
attributes: android:description="string resource" android:icon="drawable resource" android:label="string resource" android:name="string"
| Constructor and Description |
|---|
PermissionGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getIcon() |
String |
getLabel() |
String |
getName() |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setLabel(String label) |
void |
setName(String name) |
getElements, setElementspublic PermissionGroup()
public String getDescription()
public void setDescription(String description)
Copyright © 2014. All Rights Reserved.