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

Commit b061e2e6 authored by Hui Wu's avatar Hui Wu Committed by Android (Google) Code Review
Browse files

Merge "Adds more roles to the protectionlevel" into tm-dev

parents a0fd4b8b b20414b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6007,7 +6007,7 @@
    <!-- @SystemApi Allows an application to manage the cloudsearch service.
          @hide  <p>Not for use by third-party applications.</p> -->
    <permission android:name="android.permission.MANAGE_CLOUDSEARCH"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|privileged|role" />

    <!-- @SystemApi Allows an application to manage the music recognition service.
         @hide  <p>Not for use by third-party applications.</p> -->
+1 −0
Original line number Diff line number Diff line
@@ -279,6 +279,7 @@ applications that come with the platform
        <permission name="android.permission.MANAGE_ROLLBACKS"/>
        <permission name="android.permission.MANAGE_USB"/>
        <!-- Needed for tests only -->
        <permission name="android.permission.MANAGE_CLOUDSEARCH" />
        <permission name="android.permission.MANAGE_WALLPAPER_EFFECTS_GENERATION" />
        <permission name="android.permission.MODIFY_APPWIDGET_BIND_PERMISSIONS"/>
        <permission name="android.permission.MODIFY_DAY_NIGHT_MODE"/>