Merge "Settings: Remove low power mode from development settings."
This commit is contained in:
committed by
Android (Google) Code Review
commit
95c278fb4c
@@ -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] -->
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user