Merge "Update device policy APIs after linter fix"

This commit is contained in:
Treehugger Robot
2023-01-11 16:21:17 +00:00
committed by Gerrit Code Review

View File

@@ -2391,6 +2391,7 @@ public class DevicePolicyManager {
* applied (cross profile intent filters updated). Only usesd for CTS tests. * applied (cross profile intent filters updated). Only usesd for CTS tests.
* @hide * @hide
*/ */
@SuppressLint("ActionValue")
@TestApi @TestApi
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String ACTION_DATA_SHARING_RESTRICTION_APPLIED = public static final String ACTION_DATA_SHARING_RESTRICTION_APPLIED =
@@ -2401,6 +2402,7 @@ public class DevicePolicyManager {
* has been changed. * has been changed.
* @hide * @hide
*/ */
@SuppressLint("ActionValue")
@TestApi @TestApi
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
public static final String ACTION_DEVICE_POLICY_CONSTANTS_CHANGED = public static final String ACTION_DEVICE_POLICY_CONSTANTS_CHANGED =