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

Commit 7ea1f9e0 authored by Chris Phoenix's avatar Chris Phoenix Committed by Android (Google) Code Review
Browse files

Merge "sensors HAL uses "default" service name"

parents 2d7a1261 ee3c7bc5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ static status_t StatusFromResult(Result result) {
}

SensorDevice::SensorDevice() {
    mSensors = ISensors::getService("sensors");
    mSensors = ISensors::getService();

    if (mSensors == NULL) {
        return;
@@ -630,4 +630,3 @@ void SensorDevice::convertToSensorEvents(

// ---------------------------------------------------------------------------
}; // namespace android