<permission-group android:description="string resource" android:icon="drawable resource" android:label="string resource" android:name="string" />
<manifest>
permissionGroup
attribute of the
<permission>
element. Members of a group are
presented together in the user interface.
Note that this element does not declare a permission itself, only a category in
which permissions can be placed. See the
<permission>
element for element for information
on declaring permissions and assigning them to groups.
android:description
label
attribute, it cannot be a raw string.android:icon
android:label
android:name
<permission>
element's
<permissionGroup>
attribute.<permission>
<permission-tree>
<uses-permission>