Make ACCESS_TUNER_RESOURCES a vendor privileged permission

Tuner resources are accessible to apps under vendor partition

Test: make
Bug: 186704724
Change-Id: Ia314cfec23dff9e7f2c359a0d92a2b266dd5d114
This commit is contained in:
Amy Zhang
2021-04-28 20:19:42 -07:00
parent 15565a139c
commit 23d55fedc9

View File

@@ -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.