<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.
com.example.project.taxes.CALCULATE com.example.project.taxes.deductions.MAKE_SOME_UP com.example.project.taxes.deductions.EXAGGERATE
이 엘리먼트는 퍼미션 자체를 선언하지는 않으며, 오직 그것에 놓일 수 있는 퍼미션들의 네임스페이스만을 정의한다는 것에 주의하라. 퍼미션을 선언하는 정보에 대해서는 <permission> 엘리먼트를 보라.
android:iconandroid:labelandroid:namecom.example.base is OK, but com.example is not.<permission>
<permission-group>
<uses-permission>