diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:44:05 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-02-10 15:44:05 -0800 |
commit | 1feaa85791b3b5cc66a16142afc2259a2356bc9e (patch) | |
tree | 358b291b67f16adb85d6b4a9ce8be57303626a1b /res/xml/device_info_settings.xml | |
parent | 590c0a97ff3b7665306e14da9a999212da5f06b9 (diff) | |
download | packages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.tar.gz packages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.tar.bz2 packages_apps_Settings-1feaa85791b3b5cc66a16142afc2259a2356bc9e.zip |
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'res/xml/device_info_settings.xml')
-rw-r--r-- | res/xml/device_info_settings.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/xml/device_info_settings.xml b/res/xml/device_info_settings.xml index 07716da1e..205e5884f 100644 --- a/res/xml/device_info_settings.xml +++ b/res/xml/device_info_settings.xml @@ -14,8 +14,8 @@ limitations under the License. --> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <PreferenceCategory android:title="@string/about_settings"> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" + android:title="@string/about_settings"> <!-- System update settings - launches activity --> <PreferenceScreen android:key="system_update_settings" @@ -105,7 +105,5 @@ style="?android:preferenceInformationStyle" android:title="@string/build_number" android:summary="@string/device_info_default"/> - - </PreferenceCategory> </PreferenceScreen> |