快速入门
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
为了开始使用 Android Management API,我们创建了一个 Colab
您可以按照此笔记本注册企业、创建政策以及
配置设备
如需使用快速入门指南,您需要:
- 搭载 Android 6.0 及更高版本的设备。
- Gmail 账号。此账号无法与现有
企业。
- 您要创建的 Cloud Platform 项目
拥有或可以编辑:
<ph type="x-smartling-placeholder">
</ph>
- 前往“项目”页面。
- 点击创建项目。
- 记下项目 ID。
打开快速入门指南
清理(可选)
要重置设备并解除 Gmail 账号与 enterprise
的绑定,请执行以下操作:
请按照以下步骤操作。
1. 取消配置设备
您需要获取该设备的deviceId
,才能取消配置该设备。要获得
所有已配置设备的列表,调用 enterprises.devices.list
并
指定:
parent
:采用 enterprises/{enterprise-id}
形式的企业名称。
成功的响应包含 devices
数组
资源。由于只需使用 name
字段即可取消配置设备,
下方示例响应是经过缩短的。
{
"devices": [
{
"name": "enterprises/{enterprise-id}/devices/{device-id}",
"state": "ACTIVE",
// Additional device resource fields
}
]
}
要取消配置设备并将其恢复出厂设置,请调用 enterprises.devices.delete
并
指定:
name
:设备 ID,格式为
enterprises/{enterprise-id}/devices/{device-id}
。
如果成功,请求将返回空的响应正文。
2. 删除企业
您的 Gmail 账号只能与一家企业关联。解除绑定
从企业账号中删除,则您需要删除该企业:
- 使用该账号访问 play.google.com/work
创建企业服务时所需的资源
- 选择管理员设置。
- 在“组织信息”中,选择三个垂直排列的点。
- 点击删除组织。
。
开始开发
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-10。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"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": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-09-10\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-09-10。"]]