From 2be8f7898d04acf6ceda41cc55de4c9df8e9adb2 Mon Sep 17 00:00:00 2001 From: Shuo Qian Date: Mon, 19 Jul 2021 16:23:25 -0700 Subject: Change the doc to reflect the default status of preferential network service Test: Build Bug: 193913733 Change-Id: I648b85c39f9b4e66193188852d649e82371ee90c --- core/java/android/app/admin/DevicePolicyManager.java | 4 ++-- 1 file 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. * -- cgit v1.2.3-59-g8ed1b