पक्का करें कि आपके ऐप्लिकेशन के minSdkVersion को कम से कम एपीआई लेवल 21 पर सेट किया गया हो.
AMAPI SDK के नए वर्शन के लिए, अपने
का इस्तेमाल करें. आपको सबसे नई लाइब्रेरी का वर्शन मिल सकता है. साथ ही,
AMAPI SDK के प्रॉडक्ट की जानकारी पेज पर जाकर, इसे अपने ऐप्लिकेशन में जोड़ें.
क्वेरी एलिमेंट जोड़ें
अगर आपका ऐप्लिकेशन, SDK टूल 30 या उसके बाद के वर्शन को टारगेट करता है, तो
AndroidManifest.xml ताकि यह बताया जा सके कि यह ADP के साथ इंटरैक्ट करेगा.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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."]]],[]]