summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/admin
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2015-02-10 11:51:00 +0000
committerRobin Lee <rgl@google.com>2015-02-10 11:51:00 +0000
commit85bd63f461b117bf826003e671b3730255bbbe56 (patch)
treec6b06cf28de88d47ae2e88e450f967cb842e032f /core/java/android/app/admin
parent09cff8cf4f04c450098e786f4fa05a196aa16cfc (diff)
downloadframeworks_base-85bd63f461b117bf826003e671b3730255bbbe56.zip
frameworks_base-85bd63f461b117bf826003e671b3730255bbbe56.tar.gz
frameworks_base-85bd63f461b117bf826003e671b3730255bbbe56.tar.bz2
DevicePolicy: clarify wipeData docstring
Wiping secondary users or profiles does not cause a reboot. Bug: 19294240 Change-Id: I59179b6d19061067326ea8ef1a730cc21f52ea53
Diffstat (limited to 'core/java/android/app/admin')
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index af48909..318a314 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