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

Commit a4f91a27 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "AOD: Disable not-yet-ready always-on feature" into oc-dev am:...

Merge "Merge "AOD: Disable not-yet-ready always-on feature" into oc-dev am: 62643ddd" into oc-dev-plus-aosp
parents f8dbdba5 2e3ef5bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@ public class AmbientDisplayConfiguration {
    }

    public boolean alwaysOnAvailable() {
        // TODO: introduce config_dozeAlwaysOnAvailable. For now just debuggable builds.
        return Build.IS_DEBUGGABLE && ambientDisplayAvailable();
        // Does not work properly yet.
        return false;
    }

    public String ambientDisplayComponent() {