<permission-tree android:icon="drawable resource" android:label="string resource" ] android:name="string" />
<manifest>
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:
com.example.project.taxes.CALCULATE
com.example.project.taxes.deductions.MAKE_SOME_UP
com.example.project.taxes.deductions.EXAGGERATE
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.
android:icon
android:label
android:name
com.example.base
is OK, but com.example
is not.<permission>
<permission-group>
<uses-permission>