ज़रूरी जानकारी: अब हम Play EMM API (एपीआई) के लिए नए रजिस्ट्रेशन स्वीकार नहीं कर रहे हैं.
ज़्यादा जानें.
ऐप्लिकेशन मिटाना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
मैन्युअल तरीके से ऐप्लिकेशन मिटाना
उपयोगकर्ता अपने डिवाइस से ऐप्लिकेशन को तब तक मैन्युअल रूप से मिटा सकते हैं, जब तक कि डिवाइस का DPC उन्हें ऐसा करने से रोकता न हो. अगर ऐप्लिकेशन, 'कारोबार के लिए Google Play Store' पर अब भी उपलब्ध है, तो उपयोगकर्ता उस ऐप्लिकेशन को फिर से इंस्टॉल कर सकता है.
उपयोगकर्ताओं को ऐप्लिकेशन मिटाने से रोकें
डीपीसी लेवल पर, उपयोगकर्ताओं को
DevicePolicyManager.setUninstallBlocked
का इस्तेमाल करके कुछ खास ऐप्लिकेशन मिटाने से रोका जा सकता है.
'कारोबार के लिए Play Store' से ऐप्लिकेशन हटाना
Device
के
policy
से किसी ऐप्लिकेशन को हटाने पर, उस डिवाइस पर वह ऐप्लिकेशन नए इंस्टॉल और अपडेट नहीं कर पाएगा. हालांकि, यह ऐप्लिकेशन अपने-आप अनइंस्टॉल नहीं होता.
ऐप्लिकेशन मिटाएं
किसी उपयोगकर्ता के डिवाइस से ऐप्लिकेशन मिटाने के लिए, Installs.delete
पर कॉल करें.
पैसे चुकाकर डाउनलोड किए जाने वाले ऐप्लिकेशन के लाइसेंस के लिए फिर से दावा करें
किसी ऐप्लिकेशन को अनइंस्टॉल करने पर भी, उस ऐप्लिकेशन पर उपयोगकर्ता का एनटाइटलमेंट नहीं मिटता. किसी उपयोगकर्ता से एनटाइटलमेंट को अलग करने के लिए,
Entitlements.delete
पर कॉल करें और ऐप्लिकेशन के लिए उपयोगकर्ता का लाइसेंस
रिलीज़ करें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-31 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-31 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eUsers can manually delete apps unless restricted by device policies, and can reinstall them if available in the managed Google Play store.\u003c/p\u003e\n"],["\u003cp\u003eDevice Policy Controllers (DPCs) can prevent users from deleting specific apps.\u003c/p\u003e\n"],["\u003cp\u003eRemoving an app from a device's policy in the managed Play Store prevents new installations and updates but doesn't automatically uninstall it.\u003c/p\u003e\n"],["\u003cp\u003eTo delete an app from a user's device, use the \u003ccode\u003eInstalls.delete\u003c/code\u003e API call.\u003c/p\u003e\n"],["\u003cp\u003eUninstalling an app doesn't remove the user's license; use the \u003ccode\u003eEntitlements.delete\u003c/code\u003e API call to reclaim paid app licenses.\u003c/p\u003e\n"]]],[],null,["# Delete apps\n\nManually delete apps\n--------------------\n\nUsers can delete apps manually from their device unless the device's DPC\nrestricts them from doing so. If the app is still available in the managed\nGoogle Play store, the user can re-install the app.\n\n### Prevent users from deleting apps\n\nAt the DPC-level, you can prevent users from deleting specific apps using\n[`DevicePolicyManager.setUninstallBlocked`](https://developer.android.com/reference/android/app/admin/DevicePolicyManager.html#setUninstallBlocked).\n\nRemove apps from the managed Play Store\n---------------------------------------\n\nRemoving an app from the [`Device`](/android/work/play/emm-api/v1/devices)'s\n`policy` prevents new installs and updates of the app on that device. However\nthe app is not uninstalled automatically.\n\n### Delete apps\n\nTo delete an app from a user's device, call\n[`Installs.delete`](/android/work/play/emm-api/v1/installs/delete).\n\n### Reclaim paid app licenses\n\nUninstalling an app doesn't delete a user's entitlement to the app. Call\n[`Entitlements.delete`](/android/work/play/emm-api/v1/entitlements/delete) to\ndissociate an entitlement from a user and release the user's license for the\napp."]]