Android 管理 API 是否支持自定义 DPC 应用程序?

Does Android management API support custom DPC apps?

https://developer.android.com/work/dpc/build-dpc

Caution: Android Enterprise is no longer accepting new registrations for custom device policy controllers (DPCs). Learn more.

嗨@Fred,

我从上述路径中找到了以上信息。 我对上面的对话有一些疑问。

  1. 如果我们使用Android管理API开发EMM,我们不需要实现Custom DPC app吗?

  2. 是否可以使用Custom DPC app注册EMM社区账号?

  3. 是否可以使用具有 Android 管理功能的自定义 DPC 应用 API?

参考:

管理 Android 设备的旧方法 不再适用于新部署。您现在必须使用 新方式,这意味着使用 Android Management API 而不是使用自定义 DPC(无法将自定义 DPC 与 Android 管理一起使用API.

这是我的 的副本,其中解释了管理 Android 设备的两种方法:

There are two distinct ways of managing Android devices:

The new way: the Android Management API. It is the way recommended by Google and it's significantly simpler than the old way, you don't need to call other APIs or to create a custom DPC. If your use case is not addressed by this API you can send feedback to Google so they can add the missing features.

The old way: using custom DPC. For that you need to: