[android] AndroidManifest.xml【 manifest - permission-tree 和 manifest - permission-group】
生活随笔
收集整理的這篇文章主要介紹了
[android] AndroidManifest.xml【 manifest - permission-tree 和 manifest - permission-group】
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
permission-tree 權限樹
<permission-tree android:icon="drawable resource"android:label="string resource" ]android:name="string" />簡介:定義一系列權限的基礎名稱。例如,如果name值為com.example.project.taxes,則可以包含以下權限:
com.example.project.taxes.CALCULATE?
|-com.example.project.taxes.deductions.MAKE_SOME_UP?
|-com.example.project.taxes.deductions.EXAGGERATE
屬性:
android:icon?
屬性:
android:description轉載于:https://www.cnblogs.com/avivaye/p/4680704.html
總結
以上是生活随笔為你收集整理的[android] AndroidManifest.xml【 manifest - permission-tree 和 manifest - permission-group】的全部內容,希望文章能夠幫你解決所遇到的問題。