简体   繁体   English

Android 管理 API 用于 chrome 设备

[英]Android management API for chrome devices

Actually I am working on my custom MDM for my working.实际上,我正在为我的工作开发我的自定义 MDM。 I used android management api for enrolling the devices.我使用 android 管理 api 来注册设备。 I have successfully provisioned and applied policies on android mobile device.我已在 android 移动设备上成功配置和应用策略。 Now I have few question regarding android management现在我对 android 管理几乎没有疑问

  1. Does Android Management API also enrolls chrome devices? Android 管理 API 是否也注册 chrome 设备?
  2. If Android Management API does not support chrome OS enrollment then all other MDMs which entertain chrome devices too.如果 Android 管理 API 不支持 chrome 操作系统注册,那么所有其他适用于 chrome 设备的 MDM。 How does they enroll Chrome Devices?他们如何注册 Chrome 设备?
  3. When we apply policies in android management API.当我们在 android 管理 API 中应用策略时。 We need write the policey in request body.我们需要在请求正文中编写策略。 Now what if we want to write our own custom policy which is not in the list of android management api policy request body like changing the wallpaper of device etc.现在,如果我们想编写不在 android 管理 api 策略请求正文列表中的自定义策略,例如更改设备的壁纸等,该怎么办?

I just need answers or some hints related to these questions.我只需要与这些问题相关的答案或一些提示。 Thank you in advance先感谢您

  1. No, Android Management API can only be used to manage Android devices.不能,Android 管理 API 只能用于管理 Android 设备。
  2. To manage chrome devices, you can use this API , which is specifically made for that.要管理 chrome 设备,您可以使用专门为此而设计的API
  3. It is not possible to create a custom policy that is not present in the policy set .无法创建策略集中不存在的自定义策略。 However, you can always send feedback to the API to suggest missing features as mentioned here .但是,您可以随时向 API 发送反馈,以建议此处提到的缺失功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM