summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorShuo Qian <shuoq@google.com>2021-07-19 16:23:25 -0700
committerShuo Qian <shuoq@google.com>2021-07-19 23:24:55 +0000
commit2be8f7898d04acf6ceda41cc55de4c9df8e9adb2 (patch)
tree8268766c43ae102409dd53abf129691cd5687a4c /core/java
parent861ba140a11ebcb413ee9f81534cf4e42bd2ccfd (diff)
Change the doc to reflect the default status of preferential network service
Test: Build Bug: 193913733 Change-Id: I648b85c39f9b4e66193188852d649e82371ee90c
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java4
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.
*