重要: Play EMM API の新しい登録受け付けは終了しました。
詳細
アプリを削除する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アプリを手動で削除する
デバイスの DPC によって制限されていない限り、ユーザーはデバイスからアプリを手動で削除できます。managed Google Play ストアでまだアプリを利用できる場合は、アプリを再インストールできます。
ユーザーがアプリを削除できないようにする
DPC レベルでは、DevicePolicyManager.setUninstallBlocked
を使用してユーザーが特定のアプリを削除できないようにします。
managed Google Play ストアからアプリを削除する
Device
の policy
からアプリを削除すると、そのデバイスでのアプリの新規インストールと更新ができなくなります。ただし、アプリは自動的にアンインストールされません。
アプリを削除する
ユーザーのデバイスからアプリを削除するには、Installs.delete
を呼び出します。
有料アプリのライセンスを再利用する
アプリをアンインストールしても、アプリに対するユーザーの利用資格は削除されません。Entitlements.delete
を呼び出して、ユーザーから利用資格を切り離し、アプリのユーザーのライセンスを解放します。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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."]]