diff options
| author | 2020-12-23 08:16:52 +0100 | |
|---|---|---|
| committer | 2021-01-05 18:22:34 +0100 | |
| commit | 3f1dfd1dc15889dc86deedfd7a3820d97af20bb1 (patch) | |
| tree | 4d3f641fb37299c4bf3a401a43d6e1d6d7bbc155 | |
| parent | e295da00accab89907fc2b0a047a326619210cc6 (diff) | |
Change MANAGE_MUSIC_RECOGNITION permission to signature|privileged.
This permission needs to be granted to AiAi to invoke the corresponding
API when the user requests a server-based music recognition.
Test: End-to-end with AiAi calling API.
Bug: 169403302
Change-Id: I56cc0cbeacc53a515d95bf51093e12921a8c47ff
| -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 28f5e354b83f..6b90df856af5 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -5032,7 +5032,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> --> |