From e79d278402c4cd4b36ad27ae164ac8d10e899c76 Mon Sep 17 00:00:00 2001 From: Ananda Kishore Date: Fri, 21 Aug 2015 16:18:26 +0530 Subject: Sensors: Set proper data injection flags correct the value for data injection flags to be inalign with sensor service. Change-Id: Id3978e132cdec16909401f64f3f43892d720c9c0 --- include/hardware/sensors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h index b368ee6..3f45fb9 100644 --- a/include/hardware/sensors.h +++ b/include/hardware/sensors.h @@ -147,7 +147,7 @@ enum { * Counter sensors can be set with this flag and SensorService will inject accelerometer data * and read the corresponding step counts. */ - SENSOR_FLAG_SUPPORTS_DATA_INJECTION = 0x8 // 1000 + SENSOR_FLAG_SUPPORTS_DATA_INJECTION = 0x10 // 1000 }; /* -- cgit v1.1