Add CTS test for MANAGE_APP_HIBERNATION
Add new permission.
Bug: 183058954
Test: atest PermissionPolicyTest
Change-Id: Ibdcc6d12691db54b48b0e62a3f371052d462c06b
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml
index 9e1295f..60e059c 100644
--- a/tests/tests/permission2/res/raw/android_manifest.xml
+++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -5580,6 +5580,10 @@
<permission android:name="android.permission.SET_CLIP_SOURCE"
android:protectionLevel="signature|recents" />
+ <!-- @hide @SystemApi Allows the holder to manage app hibernation states for packages -->
+ <permission android:name="android.permission.MANAGE_APP_HIBERNATION"
+ android:protectionLevel="signature|installer" />
+
<!-- Attribution for Geofencing service. -->
<attribution android:tag="GeofencingService" android:label="@string/geofencing_service"/>
<!-- Attribution for Country Detector. -->