חשוב: אנחנו לא מקבלים יותר רישומים חדשים עבור Play EMM API.
מידע נוסף
מחיקת אפליקציות
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מחיקת אפליקציות באופן ידני
המשתמשים יכולים למחוק אפליקציות באופן ידני מהמכשיר שלהם, אלא אם בקר ה-DPC של המכשיר לא מגביל את האפשרות הזו. אם האפליקציה עדיין זמינה בחנות Google Play לארגונים, המשתמש יכול להתקין מחדש את האפליקציה.
המשתמשים לא יכולים למחוק אפליקציות
ברמת ה-DPC אפשר למנוע ממשתמשים למחוק אפליקציות ספציפיות בעזרת DevicePolicyManager.setUninstallBlocked
.
הסרת אפליקציות מחנות Play לארגונים
הסרת אפליקציה ממכשיר Device
policy
מונעת התקנות ועדכונים חדשים של האפליקציה במכשיר הזה. עם זאת, ההתקנה של האפליקציה לא תוסר אוטומטית.
מחיקת אפליקציות
כדי למחוק אפליקציה ממכשיר של משתמש, מתקשרים למספר Installs.delete
.
החזרה של רישיונות לאפליקציות בתשלום
כשמסירים אפליקציה, ההרשאה של המשתמש לא נמחקת. צריך להתקשר למספר Entitlements.delete
כדי לבטל את ההרשאה של המשתמש ולתת את רישיון האפליקציה לאפליקציה.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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."]]