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

Commit 0945fa16 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5702333 from 9196033d to qt-qpr1-release

Change-Id: Ia241b57f4896844abe8677c60d408260c9a1ddeb
parents 3e0ca948 9196033d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ SensorManager& SensorManager::getInstanceForPackage(const String16& packageName)

SensorManager::SensorManager(const String16& opPackageName)
    : mSensorList(nullptr), mOpPackageName(opPackageName), mDirectConnectionHandle(1) {
    // okay we're not locked here, but it's not needed during construction
    Mutex::Autolock _l(mLock);
    assertStateLocked();
}