From 6900d452b4d8ab4ddb9adf10c977541a3506d1ca Mon Sep 17 00:00:00 2001 From: Ankita Vyas Date: Mon, 29 May 2023 10:19:31 +0000 Subject: [PATCH] Update javadoc for INHERIT_DEVICE_POLICY Fixes: 256978256 Test: NA Change-Id: Id9b4fba0a2f0f529e12b9ad3e366ddd84ccf6acc --- core/java/android/content/pm/UserProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/UserProperties.java b/core/java/android/content/pm/UserProperties.java index 77b1954c0f1ba..2669040403ead 100644 --- a/core/java/android/content/pm/UserProperties.java +++ b/core/java/android/content/pm/UserProperties.java @@ -184,7 +184,7 @@ public final class UserProperties implements Parcelable { * device policies from its parent profile. * *

All the user restrictions and device policies would be not propagated to the profile - * with this property value. The {(TODO:b/256978256) @link DevicePolicyEngine} + * with this property value. The {@link com.android.server.devicepolicy.DevicePolicyEngine} * uses this property to determine and propagate only select ones to the given profile. * * @hide