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

Commit 62643ddd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents a9a916ad 76325616
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() {