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

Commit 94239539 authored by Ayush Chowdhary's avatar Ayush Chowdhary
Browse files

Adding the role protection level for MANAGE_CONTENT_SUGGESTIONS permission.

Bug: 325470219
Reference doc: http://shortn/_0GAh1voy52
Test: Deployed on Phone,CTS tests
Change-Id: Ie5488ca25eea4f7eb90c174737fdd8675ace6c5a
parent 36c28755
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> -->