Modify proection level of READ_SYSTEM_UPDATE_INFO permission

Change permission READ_SYSTEM_UPDATE_INFO protection level to
signature|system to enable System apps to access system update
information.

Bug: 174158096
Change-Id: Id3df14fd30f5f8dc3db4713ec85f5541f284beb0
Test: atest PermissionPolicyTest
This commit is contained in:
Jiachen Zhao
2021-01-13 17:14:29 -08:00
parent e277b9a53d
commit e9285259f5

View File

@@ -3105,7 +3105,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 -->