diff options
author | Jinsuk Kim <jinsukkim@google.com> | 2014-03-21 02:37:00 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-21 02:37:00 +0000 |
commit | f2fecf48f740a079cf9015ea8c2695039ca11d81 (patch) | |
tree | 587908d20a49ea3fb1aa692dc64047dfc26ad899 /core/res/AndroidManifest.xml | |
parent | a5853b177c80052246c361e0bc2b0e5809cfeef2 (diff) | |
parent | c61f4dd744b1b0396703aa58eb22fc31d2b7050e (diff) | |
download | frameworks_base-f2fecf48f740a079cf9015ea8c2695039ca11d81.zip frameworks_base-f2fecf48f740a079cf9015ea8c2695039ca11d81.tar.gz frameworks_base-f2fecf48f740a079cf9015ea8c2695039ca11d81.tar.bz2 |
am c61f4dd7: Merge "Add HDMI-CEC service" into klp-modular-dev
* commit 'c61f4dd744b1b0396703aa58eb22fc31d2b7050e':
Add HDMI-CEC service
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index eaf9318..0a1fb84 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -682,6 +682,12 @@ android:label="@string/permlab_installLocationProvider" android:description="@string/permdesc_installLocationProvider" /> + <!-- Allows HDMI-CEC service to access device and configuration files. + @hide This should only be used by HDMI-CEC service. + --> + <permission android:name="android.permission.HDMI_CEC" + android:protectionLevel="signatureOrSystem" /> + <!-- Allows an application to use location features in hardware, such as the geofencing api. <p>Not for use by third-party applications. --> |