重要提示:我们不再接受 Play EMM API 的新注册。
了解详情。
Permissions
资源表示形式
Permissions 资源表示要向 Android 应用授予的某项额外功能,需要用户明确同意。企业管理员必须先代表用户同意授予这些权限,然后才可以为应用创建使用权。
权限集合是只读的。为每项权限提供的信息(本地化的名称和说明)应在征得企业同意后在 MDM 界面中使用。
{
"kind": "androidenterprise#permission",
"permissionId": string,
"name": string,
"description": string
}
属性名称 |
值 |
说明 |
备注 |
description |
string |
对“权限”资源的详细描述,更详细地说明了它的影响。 |
|
kind |
string |
|
|
name |
string |
权限的名称。 |
|
permissionId |
string |
唯一标识权限的不透明字符串。 |
|
方法
- get
- 检索 Android 应用权限的详细信息,以便向企业管理员显示。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-08。
[null,null,["最后更新时间 (UTC):2024-09-08。"],[[["A Permissions resource represents an extra capability granted to an Android app requiring explicit consent from an enterprise admin."],["Permissions resource information is read-only and used to obtain consent from the enterprise within the MDM user interface."],["Each permission is uniquely identified by an opaque string (permissionId) and includes a localized name and description for display."],["Enterprise admins must grant consent to these permissions before an entitlement for the app can be created."]]],[]]