public class Permission extends Mergeable implements Identified
attributes: android:description="string resource" android:icon="drawable resource" android:label="string resource" android:name="string" android:permissionGroup="string" android:protectionLevel=["normal" | "dangerous" | "signature" | "signatureOrSystem"]
| Constructor and Description |
|---|
Permission() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getIcon() |
String |
getIdentifier() |
String |
getLabel() |
String |
getName() |
String |
getPermissionGroup() |
org.androidtransfuse.annotations.ProtectionLevel |
getProtectionLevel() |
void |
setDescription(String description) |
void |
setIcon(String icon) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setPermissionGroup(String permissionGroup) |
void |
setProtectionLevel(org.androidtransfuse.annotations.ProtectionLevel protectionLevel) |
addMergeTag, containsTag, getMergeTagSize, getTags, isGenerated, removeMergeTag, setGenerated, setTagsgetElements, setElementspublic Permission()
public String getDescription()
public void setDescription(String description)
public String getPermissionGroup()
public void setPermissionGroup(String permissionGroup)
public org.androidtransfuse.annotations.ProtectionLevel getProtectionLevel()
public void setProtectionLevel(org.androidtransfuse.annotations.ProtectionLevel protectionLevel)
public String getIdentifier()
getIdentifier in interface IdentifiedCopyright © 2014. All Rights Reserved.