From 0000000000000000000000000000000000000000 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 ++++++ .../cmparts/power/PerfProfileSettings.java | 17 +++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/res/values/strings.xml b/res/values/strings.xml index 9cba5f2..e05168f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -574,6 +574,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" /> + +