Merge "Settings: Remove low power mode from development settings."

This commit is contained in:
John Spurlock
2014-06-16 17:29:10 +00:00
committed by Android (Google) Code Review
2 changed files with 0 additions and 10 deletions

View File

@@ -4472,11 +4472,6 @@
<!-- UI debug setting: force right to left layout summary [CHAR LIMIT=100] -->
<string name="force_rtl_layout_all_locales_summary">Force screen layout direction to RTL for all locales</string>
<!-- UI debug setting: start low power mode [CHAR LIMIT=25] -->
<string name="low_power_mode">Low Power Mode</string>
<!-- UI debug setting: start low power mode summary[CHAR LIMIT=50] -->
<string name="low_power_mode_summary">Enable battery saving settings</string>
<!-- UI debug setting: show how CPU is being used? [CHAR LIMIT=25] -->
<string name="show_cpu_usage">Show CPU usage</string>
<!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] -->

View File

@@ -253,11 +253,6 @@
android:title="@string/strict_mode"
android:summary="@string/strict_mode_summary"/>
<CheckBoxPreference
android:key="low_power_mode"
android:title="@string/low_power_mode"
android:summary="@string/low_power_mode_summary"/>
<CheckBoxPreference
android:key="show_cpu_usage"
android:title="@string/show_cpu_usage"