Fix DATA_INJECTION flag in sensors.h
Bug: 24001171 Change-Id: Ia42934a97566f0ebe8d324e065351a3d9ed55621
This commit is contained in:
@@ -147,7 +147,7 @@ enum {
|
|||||||
* Counter sensors can be set with this flag and SensorService will inject accelerometer data
|
* Counter sensors can be set with this flag and SensorService will inject accelerometer data
|
||||||
* and read the corresponding step counts.
|
* and read the corresponding step counts.
|
||||||
*/
|
*/
|
||||||
SENSOR_FLAG_SUPPORTS_DATA_INJECTION = 0x8 // 1000
|
SENSOR_FLAG_SUPPORTS_DATA_INJECTION = 0x10 // 1 0000
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user