Cherish: Smart Pixels [2/2]
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -603,4 +603,49 @@
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Smart Pixels -->
|
||||
<string-array name="smart_pixels_percent_strings" translatable="false">
|
||||
<item>12</item>
|
||||
<item>25</item>
|
||||
<item>38</item>
|
||||
<item>50</item>
|
||||
<item>62</item>
|
||||
<item>75</item>
|
||||
<item>88</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smart_pixels_percent_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smart_pixels_shift_times" translatable="false">
|
||||
<item>@string/custom_timeout_summary_15secs</item>
|
||||
<item>@string/custom_timeout_summary_30secs</item>
|
||||
<item>@string/custom_timeout_summary_1min</item>
|
||||
<item>@string/custom_timeout_summary_2mins</item>
|
||||
<item>@string/custom_timeout_summary_5mins</item>
|
||||
<item>@string/custom_timeout_summary_10mins</item>
|
||||
<item>@string/custom_timeout_summary_20mins</item>
|
||||
<item>@string/custom_timeout_summary_30mins</item>
|
||||
<item>@string/custom_timeout_summary_1hour</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="smart_pixels_shift_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -757,7 +757,7 @@
|
||||
|
||||
<!-- Edge Light -->
|
||||
<string name="pulse_ambient_light_width_title">Light width</string>
|
||||
|
||||
|
||||
<!-- Pulse Light Layout Style -->
|
||||
<string name="pulse_light_layout_style_title">Light Layout Style</string>
|
||||
<string name="pulse_light_both">All Four Sides</string>
|
||||
@@ -802,4 +802,16 @@
|
||||
<string name="fprint_error_vib_summary">Vibrate on error fingerprint authentication</string>
|
||||
<string name="fprint_success_vib_title">Fingerprint authentication vibration</string>
|
||||
<string name="fprint_success_vib_summary">Vibrate on successful fingerprint authentication</string>
|
||||
|
||||
<!-- Smart Pixels -->
|
||||
<string name="smart_pixels_warning_text">Smart pixels is a power saving feature. Depending on how many pixels you decide to turn off, you could see improvement in battery life. Note that in some cases it can result in unresponsive areas on touch screen</string>
|
||||
<string name="smart_pixels_title">Smart Pixels</string>
|
||||
<string name="smart_pixels_summary">Save battery by shutting off extra pixels</string>
|
||||
<string name="smart_pixels_enable_title">Enable Smart Pixels</string>
|
||||
<string name="smart_pixels_enable_summary">Shut off pixels to reduce power consumption</string>
|
||||
<string name="smart_pixels_on_power_save_title">Auto-enable on battery saver</string>
|
||||
<string name="smart_pixels_on_power_save_summary">Enable Smart Pixels when battery saver is enabled</string>
|
||||
<string name="smart_pixels_percent">Percent of pixels to disable</string>
|
||||
<string name="smart_pixels_shift_title">Burn-in protection</string>
|
||||
<string name="smart_pixels_shift_summary">Prevents burn-in on OLED devices by shifting pixels every so often</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user