diff options
author | Vinod Krishnan <vinodkrishnan@google.com> | 2014-09-04 15:24:12 -0700 |
---|---|---|
committer | Vinod Krishnan <vinodkrishnan@google.com> | 2014-09-04 15:53:02 -0700 |
commit | 8c967b9bea7c80a8bd7d085fa9c9e390495dd1e8 (patch) | |
tree | f459e8927665f85f4ad981052de75f998d8541f5 /data | |
parent | c3d1889e508038efe240ed1974ed377a2e12835c (diff) | |
download | frameworks_native-8c967b9bea7c80a8bd7d085fa9c9e390495dd1e8.zip frameworks_native-8c967b9bea7c80a8bd7d085fa9c9e390495dd1e8.tar.gz frameworks_native-8c967b9bea7c80a8bd7d085fa9c9e390495dd1e8.tar.bz2 |
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 62a0de5..a4c6176 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 @@ <!-- Feature for devices with a hardware electrocardiography(ECG) sensor. --> <permissions> - <feature name="android.hardware.sensor.heartrate.ecg" /> + <feature name="com.google.android.hardware.sensor.heartrate.ecg" /> </permissions> |