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

Commit 50ee01dd authored by Fiona Campbell's avatar Fiona Campbell Committed by Automerger Merge Worker
Browse files

Merge "Add fallback for sensor identification in ddc" into sc-dev am: 43aefcfa

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14516146

Change-Id: If979af01c12f175b0b63114e6c346133d2a2f55b
parents ddb63963 43aefcfa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -689,6 +689,8 @@ public class DisplayDeviceConfig {
        if (sensorDetails != null) {
            mAmbientLightSensor.type = sensorDetails.getType();
            mAmbientLightSensor.name = sensorDetails.getName();
        } else {
            loadAmbientLightSensorFromConfigXml();
        }
    }