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

Commit 9efce1eb authored by Nick Chalko's avatar Nick Chalko
Browse files

Make HDMI_CEC a vendorPriviliged permission

Vendors implement the CEC HAL and put it in
the vendor partition. For the CEC driver to run it
needs android.permission.HDMI_CEC

See goto/systemsdk-design

Change-Id: I88738d08292c450ed6821106e3844feab0b3bcfe
Test: m -j; flashall elfin
parent 80ef5a88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1315,7 +1315,7 @@
         This should only be used by HDMI-CEC service.
    -->
    <permission android:name="android.permission.HDMI_CEC"
        android:protectionLevel="signature|privileged" />
        android:protectionLevel="signature|privileged|vendorPrivileged" />

    <!-- @SystemApi Allows an application to use location features in hardware,
         such as the geofencing api.