From c7055d7cb2cf5c72d98742b0f2a09c96cc69e9f5 Mon Sep 17 00:00:00 2001 From: Tad Date: Fri, 20 Oct 2017 16:36:00 -0400 Subject: [PATCH] Reduced Resolution Feature 1/2 Change-Id: Ia23616825fb70e3abfe9c71508e60c5452dea39d --- 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..0513137 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" /> + +