diff options
| author | 2020-03-17 21:55:34 +0000 | |
|---|---|---|
| committer | 2020-03-20 15:53:37 +0000 | |
| commit | a2fb224ccffa3ea9d4738df01b60c20a4808f3a0 (patch) | |
| tree | 6f7f6f4add8039a1be09b226e2df3b3598afcf61 | |
| parent | 76b89b6d72ea8aba65e90ea0236abbcc22c023eb (diff) | |
Remove references to the assistant overlay from setStatusBarDisabled
Fixes: 146097450
Test: documentation changes only
Change-Id: Ibb1227859c37c3b301bdcfa0c170288611a61d76
| -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 |