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
This commit is contained in:
Christian Frank
2020-12-23 08:16:52 +01:00
parent e295da00ac
commit 3f1dfd1dc1

View File

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