From 4205a403acba83df87feef538bd9495f3f49c951 Mon Sep 17 00:00:00 2001 From: Tad Date: Fri, 20 Oct 2017 15:28:00 -0400 Subject: [PATCH] Reduced Resolution Feature 1/2 Change-Id: Id76c429a7bf806db59726d7d64a4dca267cb36c1 --- res/values/strings.xml | 2 ++ res/xml/perf_profile_settings.xml | 5 +++++ .../cyanogenmod/cmparts/power/PerfProfileSettings.java | 16 ++++++++++++++++ 3 files changed, 23 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index a7e31ca..cfaef0b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -576,6 +576,8 @@ Battery saving Extreme power saver Restrict device performance and background activity to save power + Reduce screen resolution + Lowers the screen resolution to save power 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" /> + +