Merge "Data Saver Mode phrasing tweaks." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6a41da8e9a
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user