From d6941afc071b235904f7576e1b31d356c01caf1a Mon Sep 17 00:00:00 2001 From: Pietro Maggi Date: Wed, 1 Feb 2023 14:48:32 +0000 Subject: [PATCH] docs: Update SystemUpdatePolicy description to cover also the COPE usecase. Bug: 264681563 Change-Id: I0aee3ee5ac45fb465909c6c8eaa39ccaeaf4da49 Tests: built docs with go/abtd --- core/java/android/app/admin/SystemUpdatePolicy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/app/admin/SystemUpdatePolicy.java b/core/java/android/app/admin/SystemUpdatePolicy.java index b100eb2c788ad..c7602982bee79 100644 --- a/core/java/android/app/admin/SystemUpdatePolicy.java +++ b/core/java/android/app/admin/SystemUpdatePolicy.java @@ -50,8 +50,8 @@ import java.util.stream.Collectors; /** * Determines when over-the-air system updates are installed on a device. Only a device policy - * controller (DPC) running in device owner mode can set an update policy for the device—by calling - * the {@code DevicePolicyManager} method + * controller (DPC) running in device owner mode or in profile owner mode for an organization-owned + * device can set an update policy for the device—by calling the {@code DevicePolicyManager} method * {@link DevicePolicyManager#setSystemUpdatePolicy setSystemUpdatePolicy()}. An update * policy affects the pending system update (if there is one) and any future updates for the device. *