Ensure that LLOB sensor is names similr to other android sensors.
Ensuring that the LLOB sensos naming style is consistent with other sensor naming styles. Bug: 36554362 Test: Verify that the sensor shows up with the appropriate name string. Change-Id: Ic91d13e7c1c6652179d3259509682f3c19cd89dc
This commit is contained in:
parent
17d4579494
commit
d14335b8a6
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ enum {
|
|||
#define SENSOR_STRING_TYPE_HEART_BEAT "android.sensor.heart_beat"
|
||||
#define SENSOR_STRING_TYPE_DYNAMIC_SENSOR_META "android.sensor.dynamic_sensor_meta"
|
||||
#define SENSOR_STRING_TYPE_ADDITIONAL_INFO "android.sensor.additional_info"
|
||||
#define SENSOR_STRING_TYPE_LOW_LATENCY_OFFBODY_DETECT "android.sensor.low_latency_offbody"
|
||||
#define SENSOR_STRING_TYPE_LOW_LATENCY_OFFBODY_DETECT "android.sensor.low_latency_offbody_detect"
|
||||
#define SENSOR_STRING_TYPE_ACCELEROMETER_UNCALIBRATED "android.sensor.accelerometer_uncalibrated"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue