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:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user