From 9efce1eb2e04c3245ea6ad38be6dbfe490442f17 Mon Sep 17 00:00:00 2001 From: Nick Chalko Date: Thu, 10 May 2018 12:13:12 -0700 Subject: [PATCH] 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 --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 6df7fcbf2a470..8292c46fc5d6a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1315,7 +1315,7 @@ This should only be used by HDMI-CEC service. --> + android:protectionLevel="signature|privileged|vendorPrivileged" />