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

This commit is contained in:
TreeHugger Robot
2017-05-10 00:32:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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() {