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>