Hãy đảm bảo rằng bạn đã đặt minSdkVersion của ứng dụng thành API cấp 21 trở lên.
Thêm các phần phụ thuộc cho phiên bản mới nhất của SDK AMAPI vào
. Bạn có thể tìm thấy phiên bản của thư viện mới nhất hiện có và cách
để thêm vào ứng dụng của bạn, trên trang ghi chú phát hành của SDK AMAPI.
Thêm phần tử truy vấn
Nếu ứng dụng của bạn nhắm mục tiêu SDK 30 trở lên, thì cần có phần tử truy vấn trong
AndroidManifest.xml để chỉ định rằng sẽ tương tác với ADP.
[[["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: 2024-08-22 UTC."],[[["The Android Management API (AMAPI) SDK allows specific apps to directly communicate with Android Device Policy (ADP), enabling local command execution and device migration."],["To integrate the AMAPI SDK, developers need to add the SDK library, include the queries element for apps targeting SDK 30 or later, and ensure the app's `minSdkVersion` is at least API level 21."],["Apps utilizing the AMAPI SDK must declare their interaction with ADP through the queries element in their `AndroidManifest.xml` for enhanced security and visibility if targeting SDK 30 or later."],["Extension apps using the AMAPI SDK require device provisioning with an extensibility policy for proper functionality."]]],[]]