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

Commit ccaa40d1 authored by Ayush Chowdhary's avatar Ayush Chowdhary Committed by Android (Google) Code Review
Browse files

Merge "Adding the role protection level for MANAGE_CONTENT_SUGGESTIONS permission." into main

parents 1a191c20 94239539
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7182,10 +7182,10 @@
    <permission android:name="android.permission.MANAGE_SPEECH_RECOGNITION"
        android:protectionLevel="signature" />

    <!-- @SystemApi Allows an application to manage the content suggestions service.
    <!-- @SystemApi Allows an application to interact with the content suggestions service.
         @hide  <p>Not for use by third-party applications.</p> -->
    <permission android:name="android.permission.MANAGE_CONTENT_SUGGESTIONS"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|role" />

    <!-- @SystemApi Allows an application to manage the app predictions service.
         @hide  <p>Not for use by third-party applications.</p> -->