From 2d6c8d7e90a12f992834f29923d37a595b442745 Mon Sep 17 00:00:00 2001 From: Aravind Akella Date: Thu, 10 Sep 2015 15:00:51 -0700 Subject: Fix DATA_INJECTION flag in sensors.h Bug: 24001171 Change-Id: Ia42934a97566f0ebe8d324e065351a3d9ed55621 --- 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..51bffe1 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 // 1 0000 }; /* -- cgit v1.1