diff options
| author | 2019-10-18 12:45:48 +0000 | |
|---|---|---|
| committer | 2019-10-18 12:45:48 +0000 | |
| commit | 1ea7ca442d9e933f8ddf79f72ab30c0875705148 (patch) | |
| tree | 529808d10d0090f451e7efbc22991bffc0009d4f | |
| parent | 2cff7021872a6a21be25563d6a6452c5389fe780 (diff) | |
| parent | a6b775842a22ffe3d0151bc5fbd1925868f9d664 (diff) | |
Merge "Fix grammatical error in DPM"
| -rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 8ea1ff539c9f..46d5296b279d 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -7203,7 +7203,8 @@ public class DevicePolicyManager { * used, calling with an empty list only allows the built-in system services. Any non-system * accessibility service that's currently enabled must be included in the list. * <p> - * System accessibility services are always available to the user the list can't modify this. + * System accessibility services are always available to the user and this method can't + * disable them. * @param admin Which {@link DeviceAdminReceiver} this request is associated with. * @param packageNames List of accessibility service package names. * @return {@code true} if the operation succeeded, or {@code false} if the list didn't |