Update CTS test to accommodate change permission READ_SYSTEM_UPDATE_INFO protection
level to signature|system to enable System apps to access system update
information.
Bug: 174158096
Change-Id: I86a8ecfa43a05c9d15de6db59295cd4802b2bc4c
Test: atest PermissionPolicyTest
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml
index c00dbae..516d836 100644
--- a/tests/tests/permission2/res/raw/android_manifest.xml
+++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -3094,7 +3094,7 @@
<!-- @SystemApi Allows an application to read system update info.
@hide -->
<permission android:name="android.permission.READ_SYSTEM_UPDATE_INFO"
- android:protectionLevel="signature" />
+ android:protectionLevel="signature|privileged" />
<!-- Allows the system to bind to an application's task services
@hide -->