Merge "Modify proection level of READ_SYSTEM_UPDATE_INFO permission"

This commit is contained in:
Jiachen Zhao
2021-01-19 17:41:28 +00:00
committed by Android (Google) Code Review

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 -->