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

Commit 4829fc1b authored by Henry Fang's avatar Henry Fang
Browse files

Add permission define to access overridePid of Media Resource Manager Service.

bug: 139809797
Test: Manual
Change-Id: I0e41af340b2107aa1cb63d21f7df6841caae263d
parent 3d358dba
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -3448,6 +3448,14 @@
    <permission android:name="android.permission.TUNER_RESOURCE_ACCESS"
    <permission android:name="android.permission.TUNER_RESOURCE_ACCESS"
         android:protectionLevel="signature|privileged" />
         android:protectionLevel="signature|privileged" />


    <!-- This permission is required by Media Resource Manager Service when
         accessing its overridePid Api.
         <p>Protection level: signature|privileged
         <p>Not for use by third-party applications.
         @hide -->
    <permission android:name="android.permission.MEDIA_RESOURCE_OVERRIDE_PID"
         android:protectionLevel="signature|privileged" />

    <!-- Must be required by a {@link android.media.routing.MediaRouteService}
    <!-- Must be required by a {@link android.media.routing.MediaRouteService}
         to ensure that only the system can interact with it.
         to ensure that only the system can interact with it.
         @hide -->
         @hide -->