Declares the base name for a tree of permissions. The application takes
ownership of all names within the tree. It can dynamically add new permissions
to the tree by calling PackageManager.addPermission(). Names within the tree are separated by
periods ('.'). For example, if the base name is
com.example.project.taxes, permissions like the following might be
added:
Note that this element does not declare a permission itself, only a
namespace in which further permissions can be placed. See the
<permission>
element for information on declaring permissions.
attributes:
android:icon
An icon representing all the permissions in the tree. This attribute
must be set as a reference to a drawable resource containing the image
definition.
android:label
A user-readable name for the group. As a convenience, the label can
be directly set as a raw string for quick and dirty programming. However,
when the application is ready to be published, it should be set as a
reference to a string resource, so that it can be localized like other
strings in the user interface.