Merge "Handle night display state when timezone changes" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1276f357d3
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user