Update strings for ignore optimizations control
Bug: 19991702 Change-Id: Ie5b54fd70176cfceb8b88cf18a9974321ba84c28
This commit is contained in:
@@ -16,14 +16,11 @@
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
|
||||
android:title="@string/high_power">
|
||||
android:title="@string/high_power_apps">
|
||||
|
||||
<SwitchPreference
|
||||
android:key="high_power_switch"
|
||||
android:title="@string/high_power" />
|
||||
|
||||
<Preference
|
||||
android:summary="@string/high_power_desc"
|
||||
android:selectable="false" />
|
||||
android:title="@string/high_power_apps" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
|
||||
<Preference
|
||||
android:key="high_power"
|
||||
android:title="@string/high_power" />
|
||||
android:title="@string/high_power_apps" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="details_parent"
|
||||
|
Reference in New Issue
Block a user