- 语法
<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 }