am 87f61413: am 29b03118: am 1ce7fe6b: Merge "Fix DATA_INJECTION flag in sensors.h" into mnc-dr-dev
* commit '87f6141397bb0e0c58926e365d9292f7951727f8':
Fix DATA_INJECTION flag in sensors.h
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 @@
* 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
};
/*