diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 315bd71f8c0c8..321957e9b9e8a 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -13249,8 +13249,9 @@ public class DevicePolicyManager { * Called by a device owner, profile owner of a managed profile or delegated app with * {@link #DELEGATION_NETWORK_LOGGING} to control the network logging feature. * - *
When network logging is enabled by a profile owner, the network logs will only include - * work profile network activity, not activity on the personal profile. + *
Supported for a device owner from Android 8. Supported for a profile owner of a managed + * profile from Android 12. When network logging is enabled by a profile owner, the network logs + * will only include work profile network activity, not activity on the personal profile. * *
Network logs contain DNS lookup and connect() library call events. The following library * functions are recorded while network logging is active: