Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc2c991a authored by Aravind Akella's avatar Aravind Akella Committed by Android Git Automerger
Browse files

am cfa38472: Merge "Report accuracy for Linear acceleration and gravity sensors." into mnc-dev

* commit 'cfa38472':
  Report accuracy for Linear acceleration and gravity sensors.
parents ec5cc94c cfa38472
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -257,6 +257,8 @@ private:
                    case SENSOR_TYPE_MAGNETIC_FIELD:
                    case SENSOR_TYPE_ACCELEROMETER:
                    case SENSOR_TYPE_GYROSCOPE:
                    case SENSOR_TYPE_GRAVITY:
                    case SENSOR_TYPE_LINEAR_ACCELERATION:
                        status = buffer[i].vector.status;
                        break;
                    case SENSOR_TYPE_HEART_RATE: