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

Commit 21d85c52 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable Magnetometer sensor injection by AIDL flag" into main am: 9e9c6fef am: 38ed98a5

parents ce87f3a6 38ed98a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -268,7 +268,7 @@ MagnetometerSensor::MagnetometerSensor(int32_t sensorHandle, ISensorsEventCallba
    mSensorInfo.fifoReservedEventCount = 0;
    mSensorInfo.fifoMaxEventCount = 0;
    mSensorInfo.requiredPermission = "";
    mSensorInfo.flags = 0;
    mSensorInfo.flags = static_cast<uint32_t>(SensorInfo::SENSOR_FLAG_BITS_DATA_INJECTION);
};

void MagnetometerSensor::readEventPayload(EventPayload& payload) {