Merge "Make HDMI_CEC a vendorPriviliged permission"

This commit is contained in:
TreeHugger Robot
2018-05-13 16:50:48 +00:00
committed by Android (Google) Code Review

View File

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