Upewnij się, że atrybut minSdkVersion Twojej aplikacji jest ustawiony na co najmniej poziom 21 interfejsu API.
Dodaj zależności najnowszej wersji pakietu SDK AMAPI do
aplikacji. Informacje o najnowszej wersji biblioteki i instrukcji
, aby dodać go do aplikacji, na stronie z informacjami o wersji pakietu SDK AMAPI.
Dodaj element zapytań
Jeśli Twoja aplikacja jest kierowana na pakiet SDK 30 lub nowszy, w parametrze
AndroidManifest.xml, aby określić, że będzie wchodzić w interakcję z ADP.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]