- 语法
<permission-group android:description="string resource" android:icon="drawable resource" android:label="string resource" android:name="string" />
- 包含在
<manifest>
- 描述
- 声明相关权限的逻辑分组的名称。各个权限通过`
permissionGroup
` 属性加入`<permission>
` 元素中的组。组成员一起显示在用户界面中。此元素本身并不声明权限,而只是一个可以放置权限的类别。有关声明权限和将其分配给组的信息,请参阅`
<permission>
` 元素。 - 属性
android:description
- 描述该组的用户可读文本。此文本比标签更长、更具解释性。此属性必须设置为字符串资源的引用。与`
label
` 属性不同,它不能是原始字符串。 android:icon
- 表示该权限的图标。此属性必须设置为包含图像定义的可绘制资源的引用。
android:label
- 该组的用户可读名称。为了方便起见,在开发应用程序时可以直接将标签设置为原始字符串。但是,当应用程序准备好发布时,请将其设置为字符串资源的引用,以便像用户界面中的其他字符串一样进行本地化。
android:name
- 组的名称。这是可以分配给`
<permission>
` 元素的`android:permissionGroup
` 属性的名称。
- 引入于
- API 级别 1
- 另请参见
<permission>
<permission-tree>
<uses-permission>
此页面上的内容和代码示例受内容许可中描述的许可的约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2023 年 3 月 22 日(UTC)。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的信息","missingTheInformationINeed","thumb-down"],["过于复杂/步骤过多","tooComplicatedTooManySteps","thumb-down"],["已过期","outOfDate","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新时间:2023 年 3 月 22 日(UTC)。"],[],[]]