Cherish:Battery Saver Profiles [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Maitreya29
2021-08-01 17:11:55 +05:30
committed by Hưng Phan
parent 28d592a2a1
commit 12d27fdc9d
6 changed files with 146 additions and 0 deletions

View File

@@ -1356,4 +1356,21 @@
<item>1</item>
<item>2</item>
</string-array>
<!-- Power Profiles -->
<string-array name="power_profile_type_entries">
<item>@string/power_profile_light</item>
<item>@string/power_profile_default</item>
<item>@string/power_profile_med</item>
<item>@string/power_profile_high</item>
<item>@string/power_profile_ext</item>
</string-array>
<string-array name="power_profile_type_values" translatable="false">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
</string-array>
</resources>

View File

@@ -32,4 +32,6 @@
<!-- FOD icon picker -->
<color name="fod_item_background_stroke_color">#d6d6d6</color>
<color name="preview_container_border">@*android:color/accent_device_default_light</color>
<color name="white">#FFF</color>
</resources>

View File

@@ -1327,4 +1327,14 @@
<string name="hide_apps_from_recents_summary">Hide apps from appearing in recents</string>
<string name="hide_from_recents_add_app">Add app</string>
<string name="title_activity_spark_recents_settings">Recents</string>
<!-- Power Profiles -->
<string name="powersave_title">Power Saving</string>
<string name="power_profile">Battery saver profile</string>
<string name="power_profile_default">Default</string>
<string name="power_profile_light">Light</string>
<string name="power_profile_med">Moderate</string>
<string name="power_profile_high">High</string>
<string name="power_profile_ext">Extreme</string>
<string name="powersave_summary">Options to extend your battery life</string>
</resources>