Add new permission CONFIGURE_INTERACT_ACROSS_PROFILES to cts file
Bug: 136249261
Bug: 140728653
Test: atest --verbose com.android.managedprovisioning.provisioning.crossprofile.CrossProfileConsentActivityRoboTest
Test: atest CtsPermission2TestCases:android.permission2.cts.PermissionPolicyTest#platformPermissionPolicyIsUnaltered
Change-Id: I872cf8bc12545f9c1113fe7baa33ea1e64d63c0f
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml
index 3b57bef..469e2ed 100644
--- a/tests/tests/permission2/res/raw/android_manifest.xml
+++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -2300,6 +2300,12 @@
<permission android:name="android.permission.INTERACT_ACROSS_PROFILES"
android:protectionLevel="signature|appop|documenter|wellbeing" />
+ <!-- Allows configuring apps to have the INTERACT_ACROSS_PROFILES permission so that they can
+ interact across profiles in the same profile group.
+ @hide -->
+ <permission android:name="android.permission.CONFIGURE_INTERACT_ACROSS_PROFILES"
+ android:protectionLevel="signature" />
+
<!-- @SystemApi @hide Allows an application to call APIs that allow it to query and manage
users on the device. This permission is not available to
third party applications. -->