diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-06-17 19:32:49 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-17 04:56:28 +0000 |
commit | c06bcc924281073b9f80fcb88288bd927e08631b (patch) | |
tree | 357ac9f95015bd3934965db029d308647041d9ed /res | |
parent | d1c0a474c4e6b2f24177dafc4d5db1af1fdb521a (diff) | |
parent | c9711beb3c6313c1ea0c39a5ab7d59af56ee78c7 (diff) | |
download | packages_apps_Settings-c06bcc924281073b9f80fcb88288bd927e08631b.zip packages_apps_Settings-c06bcc924281073b9f80fcb88288bd927e08631b.tar.gz packages_apps_Settings-c06bcc924281073b9f80fcb88288bd927e08631b.tar.bz2 |
Merge "Add Search / Indexing to Data Usage / Mobile Hotspots"
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/data_usage_metered_prefs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/data_usage_metered_prefs.xml b/res/xml/data_usage_metered_prefs.xml index a0c6df4..5026a35 100644 --- a/res/xml/data_usage_metered_prefs.xml +++ b/res/xml/data_usage_metered_prefs.xml @@ -14,7 +14,8 @@ limitations under the License. --> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" + android:title="@string/display_settings"> <Preference android:summary="@string/data_usage_metered_body" |