From a1e8c666a77d575c8d78a0d1269b3d06a7cb5d41 Mon Sep 17 00:00:00 2001 From: Tad Date: Sat, 21 Oct 2017 09:05:09 -0400 Subject: [PATCH] Reduced Resolution Feature 1/2 Change-Id: I925a23e61ebf3ce06dc78898952085d87ad10410 --- res/values/strings.xml | 3 +++ res/xml/perf_profile_settings.xml | 6 ++++++ .../cyanogenmod/cmparts/power/PerfProfileSettings.java | 17 +++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 21b8b78..1fee482 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -576,6 +576,9 @@ Battery saving Extreme power saver Restrict device performance and background activity to save power + Reduce screen resolution + Lowers the screen resolution to save power + Unable to set a lower screen resolution Automatic power saver Automatically enable power save mode at %s battery Do not enable power save mode automatically diff --git a/res/xml/perf_profile_settings.xml b/res/xml/perf_profile_settings.xml index 3585cb7..ce99c6c 100644 --- a/res/xml/perf_profile_settings.xml +++ b/res/xml/perf_profile_settings.xml @@ -34,6 +34,12 @@ android:title="@string/auto_power_save_title" android:persistent="false" /> + +