Merge "AOD: Disable not-yet-ready always-on feature" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
62643dddc7
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user