Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Trang này cung cấp tóm tắt ngắn gọn về cách sử dụng Android Management API làm nền tảng phát triển giải pháp quản lý di động dành cho doanh nghiệp (EMM) cho Android.
Nỗ lực phát triển
Bảng điều khiển EMM: Tích hợp API, phát triển giao diện người dùng
Thiết bị trong hồ sơ công việc Thiết bị được quản lý hoàn toàn Thiết bị chuyên dụng
Phiên bản Android tối thiểu
Android 5.1
Hình 1. Android Device Policy tự động xử lý hoạt động giao tiếp giữa bảng điều khiển EMM và các thiết bị được quản lý
Android Management API hỗ trợ tính năng quản lý thiết bị di động (MDM) và quản lý ứng dụng di động (MAM). Ứng dụng đối tác của API, Android Device Policy, nhận các chế độ cài đặt chính sách quản lý từ API và thực thi các chế độ đó trên thiết bị.
Thiết lập thiết bị để quản lý
Hình 2. Cấp phép cho các thiết bị có mã đăng ký
Android Management API dùng mã thông báo đăng ký để liên kết các thiết bị với một doanh nghiệp. Việc chuyển mã thông báo đăng ký đến một thiết bị sẽ bắt đầu quá trình cấp phép, bao gồm cả việc cài đặt Chính sách thiết bị Android và thêm tài khoản Google Play được quản lý vào thiết bị đó.
Một thiết bị đã cấp phép thành công được biểu thị bằng tài nguyên Devices. Để biết thêm thông tin, hãy xem bài viết Đăng ký và cấp phép thiết bị.
Quản lý thiết bị và phân phối ứng dụng bằng chính sách
Tài nguyên Policies của Android Management API (API Quản lý Android) cho phép bạn định cấu hình và lưu các nhóm chế độ cài đặt quản lý doanh nghiệp riêng biệt. Quản trị viên CNTT vẫn sử dụng Managed Google Play để khám phá các ứng dụng quản lý quyền cho ứng dụng, nhưng có thể phân phối ứng dụng bằng cách thêm các ứng dụng đó vào chính sách.
Bạn có thể sử dụng Policies để quản lý toàn bộ quá trình triển khai thiết bị Android Enterprise. Ví dụ: để quản lý thiết bị cho worker kiến thức, bạn có thể tạo một chính sách:
Thực thi các yêu cầu tối thiểu về mật khẩu.
Cài đặt ứng dụng từ xa hoặc cung cấp ứng dụng trong Managed Google Play.
Chỉ định thời gian bảo trì cho các bản cập nhật hệ thống.
Để quản lý thiết bị do công ty sở hữu cho mục đích sử dụng riêng hoặc dùng chung, bạn có thể tạo một chính sách:
Khoá một thiết bị vào một ứng dụng hoặc nhiều nhóm ứng dụng.
Tắt các tính năng như máy ảnh, thông báo và chế độ vị trí.
Khi bạn liên kết một chính sách với một thiết bị, API sẽ tự động gửi các chế độ cài đặt chính sách đến Android Device Policy trên thiết bị đã chỉ định hoặc(các) thiết bị của người dùng được chỉ định. Sau khi nhận được các chế độ cài đặt, Android Device Policy sẽ tự động thực thi trên thiết bị.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eDevelop an Enterprise Mobility Management (EMM) solution for Android using the Android Management API to manage devices and distribute applications.\u003c/p\u003e\n"],["\u003cp\u003eUtilize enrollment tokens to provision devices and bind them to your enterprise, initiating the installation of Android Device Policy and a managed Google Play account.\u003c/p\u003e\n"],["\u003cp\u003eConfigure and manage devices through policies, enabling you to enforce settings such as password requirements, app installations, and system updates.\u003c/p\u003e\n"],["\u003cp\u003eIntegrate new policy settings and support for the latest Android versions with minimal development effort using the API's policy-based model.\u003c/p\u003e\n"],["\u003cp\u003eStreamline app distribution and management by adding apps to policies, while still leveraging managed Google Play for app discovery and permission control.\u003c/p\u003e\n"]]],[],null,["This page provides a brief summary of how to use\n[Android Management API](/android/management) as a foundation for developing an\nenterprise mobility management (EMM) solution for Android.\n\n|------------------------------------------------------------------------------|--------------------------------------------------------------|\n| **Development effort** | **EMM console:** API integration, front-end development |\n| **[Enterprise types](/android/work/overview#customer_onboarding)** | Managed Google Play Accounts enterprises |\n| **[Use cases](/android/work/overview#android_devices_enterprise_use_cases)** | Work profile devices Fully managed devices Dedicated devices |\n| **Minimum Android version** | Android 5.1 |\n\n**Figure 1.** Android Device Policy automatically handles communication between your EMM console and managed devices\n\nThe Android Management API supports mobile device management (MDM) and mobile\napplication management (MAM). The API's partner app, [Android Device Policy](https://play.google.com/store/apps/details?id=com.google.android.apps.work.clouddpc), receives management policy settings\nfrom the API and enforces them on devices.\n\nSet up devices for management **Figure 2.** Provision devices with an enrollment token\n\nThe Android Management API uses [enrollment tokens](/android/management/reference/rest/v1/enterprises.enrollmentTokens)\nto bind devices with an enterprise. Passing an enrollment token to a device\ninitiates provisioning, a process that also includes installing Android Device\nPolicy and adding a managed Google Play account to the device.\n\nA successfully provisioned device is represented by a `Devices` resource. For\nmore information, see [Enroll and provision a\ndevice](/android/management/provision-device).\n\nManage devices and distribute apps with policies\n\nThe Android Management API's `Policies` resource allows you to configure and\nsave unique groups of enterprise management settings. IT admins still use\nmanaged Google Play to discover apps manage app permissions, but can distribute\napps by adding them to policies.\n\nYou can use `Policies` to manage the full range of Android Enterprise device\ndeployments. For example, to manage **devices for knowledge workers**, you\ncould create a policy that:\n\n- Enforces minimum password requirements.\n- Remotely installs apps or makes apps available in managed Google Play.\n- Specifies a maintenance window for system updates.\n\nTo manage **company-owned devices for dedicated or shared use**, you could\ncreate a policy that:\n\n- Locks down a device to a single app or sets of apps.\n- Disables features such as camera, notifications, and location mode.\n\n| **Key Point:** With Android Management API's policy-based model, you can integrate new policy settings into your EMM console with minimal development effort. This includes new policy settings for the latest versions of Android as they're released.\n\nWhen you associate a policy with a device, the API automatically sends\nthe policy settings to Android Device Policy on the specified device or the\nspecified user's device(s). After Android Device Policy receives the settings,\nit automatically enforces them on the device.\n\nA complete list of policy settings is available in the [Android Management API\nreference](/android/management/reference/rest/v1/enterprises.policies).\n\nGet started with the Android Management API\n\n1. Review the steps required to [release your solution](/android/work/release-solution).\n2. Review the [Android Management API developer documentation](/android/management).\n\n*** ** * ** ***\n\n**Next:** [Release your solution](/android/work/release-solution)"]]