Merge "Handle night display state when timezone changes" into oc-mr1-dev

This commit is contained in:
Christine Franks
2017-09-20 00:23:28 +00:00
committed by Android (Google) Code Review
7 changed files with 132 additions and 188 deletions

View File

@@ -6931,8 +6931,9 @@ public final class Settings {
public static final String NIGHT_DISPLAY_CUSTOM_END_TIME = "night_display_custom_end_time";
/**
* Time in milliseconds (since epoch) when Night display was last activated. Use to decide
* whether to apply the current activated state after a reboot or user change.
* A String representing the LocalDateTime when Night display was last activated. Use to
* decide whether to apply the current activated state after a reboot or user change. In
* legacy cases, this is represented by the time in milliseconds (since epoch).
* @hide
*/
public static final String NIGHT_DISPLAY_LAST_ACTIVATED_TIME =