Fix DATA_INJECTION flag in sensors.h

Bug: 24001171
Change-Id: Ia42934a97566f0ebe8d324e065351a3d9ed55621
This commit is contained in:
Aravind Akella
2015-09-10 15:00:51 -07:00
parent 569737c6b0
commit 2d6c8d7e90

View File

@@ -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
};
/*