From fcfd534bd46ee9bb96dd6da068671647d500ec4d Mon Sep 17 00:00:00 2001 From: Tad Date: Sat, 21 Oct 2017 00:38:33 -0400 Subject: [PATCH] Reduced Resolution Feature 1/2 Change-Id: I6209ebf286aab5a4342255fa6defb8331650d1b2 --- res/values/strings.xml | 3 +++ res/xml/perf_profile_settings.xml | 5 +++++ .../cyanogenmod/cmparts/power/PerfProfileSettings.java | 16 ++++++++++++++++ 3 files changed, 24 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..870e393 100644 --- a/res/xml/perf_profile_settings.xml +++ b/res/xml/perf_profile_settings.xml @@ -29,6 +29,11 @@ android:summary="@string/power_save_summary" android:persistent="false" /> + +