Cherish: Add Smart Pixels warning

Change-Id: Ied06c0ec764c5636c40ee4245336612e0d765e84
Signed-off-by: Adin Kwok <adin.kwok@carbonrom.org>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Alex Cruz
2018-04-18 01:31:03 -07:00
committed by Hưng Phan
parent 2efab55c9c
commit 4fee077e73
3 changed files with 9 additions and 0 deletions

View File

@@ -1087,4 +1087,5 @@
<string name="smart_pixels_on_power_save_summary">Enable with battery saver to increase power savings</string>
<string name="smart_pixels_percent">Percent of pixels to disable</string>
<string name="smart_pixels_shift">Burn-in protection interval</string>
<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 a significant improvement in battery life. For a good user experience, we recommend setting the amount of disabled pixels to 75 percent while shifting every 10 minutes.</string>
</resources>

View File

@@ -47,4 +47,9 @@
android:title="@string/smart_pixels_shift"
android:dialogTitle="@string/smart_pixels_shift" />
<com.android.settingslib.widget.FooterPreference
android:key="smart_pixels_footer"
android:selectable="false"
settings:searchable="false" />
</PreferenceScreen>