From 85bd63f461b117bf826003e671b3730255bbbe56 Mon Sep 17 00:00:00 2001 From: Robin Lee <rgl@google.com> Date: Tue, 10 Feb 2015 11:51:00 +0000 Subject: [PATCH] DevicePolicy: clarify wipeData docstring Wiping secondary users or profiles does not cause a reboot. Bug: 19294240 Change-Id: I59179b6d19061067326ea8ef1a730cc21f52ea53 --- core/java/android/app/admin/DevicePolicyManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index af48909501d14..318a3147eba9e 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -1518,8 +1518,8 @@ public class DevicePolicyManager { public static final int WIPE_RESET_PROTECTION_DATA = 0x0002; /** - * Ask the user data be wiped. This will cause the device to reboot, - * erasing all user data while next booting up. + * Ask the user data be wiped. Wiping the primary user will cause the + * device to reboot, erasing all user data while next booting up. * * <p>The calling device admin must have requested * {@link DeviceAdminInfo#USES_POLICY_WIPE_DATA} to be able to call -- GitLab