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:
@@ -392,4 +392,17 @@
|
||||
<item>9</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>
|
||||
|
||||
@@ -606,4 +606,9 @@
|
||||
<!-- QS battery estimates -->
|
||||
<string name="qs_show_battery_estimate_title">Battery estimates</string>
|
||||
<string name="qs_show_battery_estimate_summary">Show estimated remaining battery life next to the icon</string>
|
||||
|
||||
<!-- AOD Schedule -->
|
||||
<string name="always_on_display_schedule_title">Always on display schedule</string>
|
||||
<string name="always_on_display_schedule_sunset">Sunset</string>
|
||||
<string name="always_on_display_schedule_sunrise">Sunrise</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user