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/development_prefs.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/development_prefs.xml')
| -rw-r--r-- | res/xml/development_prefs.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml index 286497eb4..77c100a84 100644 --- a/res/xml/development_prefs.xml +++ b/res/xml/development_prefs.xml @@ -14,10 +14,8 @@ limitations under the License. --> -<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - - <PreferenceCategory - android:title="@string/development_settings_title"/> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" + android:title="@string/development_settings_title"> <CheckBoxPreference android:key="enable_adb" |
