- 语法
<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-03-22 UTC。
[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"缺少我需要的信息" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"过于复杂/步骤太多" },{ "type": "thumb-down", "id": "outOfDate", "label":"已过时" },{ "type": "thumb-down", "id": "samplesCodeIssue", "label":"示例/代码问题" },{ "type": "thumb-down", "id": "otherDown", "label":"其他" }]
[{ "type": "thumb-up", "id": "easyToUnderstand", "label":"易于理解" },{ "type": "thumb-up", "id": "solvedMyProblem", "label":"解决了我的问题" },{ "type": "thumb-up", "id": "otherUp", "label":"其他" }]
{ "lastModified": "上次更新时间:2023-03-22 UTC。", "confidential": false }