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

Commit 23d55fed authored by Amy Zhang's avatar Amy Zhang
Browse files

Make ACCESS_TUNER_RESOURCES a vendor privileged permission

Tuner resources are accessible to apps under vendor partition

Test: make
Bug: 186704724
Change-Id: Ia314cfec23dff9e7f2c359a0d92a2b266dd5d114
parent 15565a13
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3942,11 +3942,11 @@

    <!-- This permission is required among systems services when accessing
         tuner resource management related APIs or information.
         <p>Protection level: signature|privileged
         <p>Not for use by third-party applications.
         <p>Protection level: signature|privileged|vendorPrivileged
         <p>This should only be used by the OEM TvInputService.
         @hide -->
    <permission android:name="android.permission.TUNER_RESOURCE_ACCESS"
         android:protectionLevel="signature|privileged" />
         android:protectionLevel="signature|privileged|vendorPrivileged" />

    <!-- This permission is required by Media Resource Manager Service when
         accessing its overridePid Api.