Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f1dfd1d authored by Christian Frank's avatar Christian Frank
Browse files

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
parent e295da00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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> -->