diff options
| author | 2021-01-19 17:41:28 +0000 | |
|---|---|---|
| committer | 2021-01-19 17:41:28 +0000 | |
| commit | 792c798cafc49019fd71942a43cf3abb5eaf7c20 (patch) | |
| tree | 559e4ec9392187eba3e75d87c668a50be0187bdf | |
| parent | 6a1acd54e6d438b883e4a884225c458ffdc66890 (diff) | |
| parent | e9285259f560181b5379807a1ff214d7a45461b0 (diff) | |
Merge "Modify proection level of READ_SYSTEM_UPDATE_INFO permission"
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index c8623005315e..d5750bc183d0 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -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 --> |