Merge "Data Saver Mode phrasing tweaks." into nyc-dev

This commit is contained in:
TreeHugger Robot
2016-04-13 23:36:28 +00:00
committed by Android (Google) Code Review
2 changed files with 15 additions and 6 deletions

View File

@@ -15,11 +15,20 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/data_saver_title">
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/data_saver_title">
<Preference
android:key="unrestricted_access"
android:title="@string/unrestricted_data_saver"
android:fragment="com.android.settings.datausage.UnrestrictedDataAccess" />
<!-- Feature description text -->
<com.android.settings.fuelgauge.WallOfTextPreference
android:key="description"
android:summary="@*android:string/data_saver_description"
android:persistent="false"
android:selectable="false"
settings:allowDividerAbove="true" />
</PreferenceScreen>