diff options
author | Amith Yamasani <yamasani@google.com> | 2009-06-17 16:57:30 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2009-06-17 16:57:30 -0700 |
commit | dd14ee3d1698450f26ec31fdd2d1dd9a6ea81fc4 (patch) | |
tree | f5ca804ce86b11049ab2b6d5428a2e79c976a478 /res/xml/device_info_settings.xml | |
parent | 2fb22c03bd587b373519f605feece1f846867cf6 (diff) | |
download | packages_apps_Settings-dd14ee3d1698450f26ec31fdd2d1dd9a6ea81fc4.tar.gz packages_apps_Settings-dd14ee3d1698450f26ec31fdd2d1dd9a6ea81fc4.tar.bz2 packages_apps_Settings-dd14ee3d1698450f26ec31fdd2d1dd9a6ea81fc4.zip |
Remove extra subtitle for legal preferences.
Fixes #1894381
Diffstat (limited to 'res/xml/device_info_settings.xml')
-rw-r--r-- | res/xml/device_info_settings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/xml/device_info_settings.xml b/res/xml/device_info_settings.xml index bb7c5313d..380450046 100644 --- a/res/xml/device_info_settings.xml +++ b/res/xml/device_info_settings.xml @@ -37,9 +37,6 @@ <PreferenceScreen android:key="container" android:title="@string/legal_information"> - - <!-- Title for this other screen --> - <PreferenceCategory android:title="@string/legal_information" /> <!-- Note: The titles given here probably won't be used. Instead, we programmatically fill the title with the label of the activity with the corresponding action. |