summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Johnston <acjohnston@google.com> 2020-04-27 15:07:35 +0100
committer Alex Johnston <acjohnston@google.com> 2020-04-27 15:20:14 +0100
commit6be8cda18095b19e951fd7e632456c92e2f1767c (patch)
tree5c41698b42e00373631ce34fee304f147dd9c1a3
parent46b85fa698db8a49db8ee47d14c79f4b8ace5084 (diff)
Update setOrganizationColor javadoc
Background * In Android R, the UI of the work challenge was updated to latest material spec which no longer uses the organization color. Changes * Update javadoc of setOrganizationColor mentioning the organization color will no longer affect the work challenge starting from R. Bug: 153607870 Bug: 153607569 Test: verify no build breakages Change-Id: I071f544e4fba1915d810fa741dbc79966f9e72f4
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index 41e2dc0de4d6..c507c8af0c9e 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -10251,6 +10251,9 @@ public class DevicePolicyManager {
* <p>
* The confirm credentials screen can be created using
* {@link android.app.KeyguardManager#createConfirmDeviceCredentialIntent}.
+ * <p>
+ * Starting from Android R, the organization color will no longer be used as the background
+ * color of the confirm credentials screen.
*
* @param admin Which {@link DeviceAdminReceiver} this request is associated with.
* @param color The 24bit (0xRRGGBB) representation of the color to be used.