OSDN Git Service

Activate dark theme when the UiMode is UI_MODE_NIGHT_YES.
authorDan Sandler <dsandler@android.com>
Thu, 21 Jun 2018 17:57:28 +0000 (13:57 -0400)
committerDaniel Sandler <dsandler@android.com>
Wed, 27 Jun 2018 02:07:34 +0000 (02:07 +0000)
commita5c846c3fa74d680eddca6b994b7cf8449d301ef
tree1495e4eb8e8f351d8cdf7aedd8a7c2948ef12ce0
parent694b4ae84690b75f400843cc5d65a3cae7679bd4
Activate dark theme when the UiMode is UI_MODE_NIGHT_YES.

This change also activates night mode when the device enters
battery saver (saving substantial power on OLED screens).

Bug: 80307398
Test: adb shell service call uimode 4 i32 1 # nightfall
      adb shell service call uimode 4 i32 2 # morningtide

Change-Id: I9c08a749d4cd99ab7231363b045949eb2e830dfa
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java