Cherish: Allow scheduling always on display [2/2]

From sunset to sunrise or at a custom time

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
idoybh
2021-12-11 00:13:54 +00:00
committed by Hưng Phan
parent 1b456a242e
commit 3613fa0d8a
6 changed files with 267 additions and 0 deletions

View File

@@ -233,4 +233,16 @@
<item>5</item>
</string-array>
<!-- AOD Schedule -->
<string-array name="doze_always_on_auto_mode_entries">
<item>@string/disabled</item>
<item>@string/night_display_auto_mode_twilight</item>
<item>@string/night_display_auto_mode_custom</item>
</string-array>
<string-array name="doze_always_on_auto_mode_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
</string-array>
</resources>