summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorVinod Krishnan2014-09-04 17:24:12 -0500
committerVinod Krishnan2014-09-04 17:53:02 -0500
commit8c967b9bea7c80a8bd7d085fa9c9e390495dd1e8 (patch)
treef459e8927665f85f4ad981052de75f998d8541f5 /data
parentc3d1889e508038efe240ed1974ed377a2e12835c (diff)
downloadframeworks-native-8c967b9bea7c80a8bd7d085fa9c9e390495dd1e8.tar.gz
frameworks-native-8c967b9bea7c80a8bd7d085fa9c9e390495dd1e8.tar.xz
frameworks-native-8c967b9bea7c80a8bd7d085fa9c9e390495dd1e8.zip
DO NOT MERGE: Removing android prefix for ECG feature
Bug: 17272904 Change-Id: Ia476bd8853e098600b681bb769536774596b9345
Diffstat (limited to 'data')
-rw-r--r--data/etc/com.google.android.hardware.sensor.heartrate.ecg.xml (renamed from data/etc/android.hardware.sensor.heartrate.ecg.xml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/etc/android.hardware.sensor.heartrate.ecg.xml b/data/etc/com.google.android.hardware.sensor.heartrate.ecg.xml
index 62a0de5b4..a4c617644 100644
--- a/data/etc/android.hardware.sensor.heartrate.ecg.xml
+++ b/data/etc/com.google.android.hardware.sensor.heartrate.ecg.xml
@@ -16,5 +16,5 @@
16 16
17<!-- Feature for devices with a hardware electrocardiography(ECG) sensor. --> 17<!-- Feature for devices with a hardware electrocardiography(ECG) sensor. -->
18<permissions> 18<permissions>
19 <feature name="android.hardware.sensor.heartrate.ecg" /> 19 <feature name="com.google.android.hardware.sensor.heartrate.ecg" />
20</permissions> 20</permissions>