diff options
| -rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 37f1a6559bfe..14ecc796c6da 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -9388,9 +9388,9 @@ public class DevicePolicyManager { } /** - * Called by device owner or profile owner of secondary users that is affiliated with the - * device to disable the status bar. Disabling the status bar blocks notifications, quick - * settings and other screen overlays that allow escaping from a single use device. + * Called by device owner or profile owner of secondary users that is affiliated with the + * device to disable the status bar. Disabling the status bar blocks notifications and quick + * settings. * <p> * <strong>Note:</strong> This method has no effect for LockTask mode. The behavior of the * status bar in LockTask mode can be configured with |