diff options
| author | 2021-01-26 22:49:00 +0000 | |
|---|---|---|
| committer | 2021-01-26 22:49:00 +0000 | |
| commit | 2f3428ec0fa39ea77f4381fcb03af40dbe083745 (patch) | |
| tree | 53893613d63afb30e0f00ac971e410ab719edf53 | |
| parent | 2449f0e1706aa6d1c16b2f260c09785540a12048 (diff) | |
| parent | 3f1dfd1dc15889dc86deedfd7a3820d97af20bb1 (diff) | |
Merge "Change MANAGE_MUSIC_RECOGNITION permission to signature|privileged."
| -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 39599bbbee51..397552969c31 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -5145,7 +5145,7 @@ <!-- @SystemApi Allows an application to manage the music recognition service. @hide <p>Not for use by third-party applications.</p> --> <permission android:name="android.permission.MANAGE_MUSIC_RECOGNITION" - android:protectionLevel="signature" /> + android:protectionLevel="signature|privileged" /> <!-- @SystemApi Allows an application to manage the content suggestions service. @hide <p>Not for use by third-party applications.</p> --> |