Update device policy APIs after linter fix
Fix two TestApis which trigger warning under new linter. Bug: 264510719 Test: make -j update-api Change-Id: I6222334913ec81923f1afa4646167134328cd9b1
This commit is contained in:
@@ -2391,6 +2391,7 @@ public class DevicePolicyManager {
|
||||
* applied (cross profile intent filters updated). Only usesd for CTS tests.
|
||||
* @hide
|
||||
*/
|
||||
@SuppressLint("ActionValue")
|
||||
@TestApi
|
||||
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
|
||||
public static final String ACTION_DATA_SHARING_RESTRICTION_APPLIED =
|
||||
@@ -2401,6 +2402,7 @@ public class DevicePolicyManager {
|
||||
* has been changed.
|
||||
* @hide
|
||||
*/
|
||||
@SuppressLint("ActionValue")
|
||||
@TestApi
|
||||
@SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
|
||||
public static final String ACTION_DEVICE_POLICY_CONSTANTS_CHANGED =
|
||||
|
||||
Reference in New Issue
Block a user