diff options
| author | 2021-07-20 16:21:53 +0000 | |
|---|---|---|
| committer | 2021-07-20 16:21:53 +0000 | |
| commit | c03fb15e293888ff2faa7f68e8bdd254b4982fe2 (patch) | |
| tree | 5b5c1e521bd27d713b54a181bab07f10a77e17e8 | |
| parent | 831024c83630019f479530925d71bcff6dbf4f7d (diff) | |
| parent | 2be8f7898d04acf6ceda41cc55de4c9df8e9adb2 (diff) | |
Merge "Change the doc to reflect the default status of preferential network service" into sc-dev
| -rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 4 |
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 6bc331d323ac..549ab6e2df83 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -10151,8 +10151,8 @@ public class DevicePolicyManager { * An example of a supported preferential network service is the Enterprise * slice on 5G networks. * - * By default, preferential network service is enabled on the work profile on supported - * carriers and devices. Admins can explicitly disable it with this API. + * By default, preferential network service is disabled on the work profile on supported + * carriers and devices. Admins can explicitly enable it with this API. * On fully-managed devices this method is unsupported because all traffic is considered * work traffic. * |