diff options
author | Jean-Michel Trivi <jmtrivi@google.com> | 2009-06-05 18:37:29 -0700 |
---|---|---|
committer | Mitsuru Oshima <oshima@google.com> | 2009-06-10 13:57:27 -0700 |
commit | ef0bed33b9a2824f163128a7479a019a9fc7a79d (patch) | |
tree | 3170b619116f9b79175c727666ed0e0b71073e34 /res/xml | |
parent | ed29a6583578a094350596246cb43c2876fd93b4 (diff) | |
download | packages_apps_Settings-ef0bed33b9a2824f163128a7479a019a9fc7a79d.zip packages_apps_Settings-ef0bed33b9a2824f163128a7479a019a9fc7a79d.tar.gz packages_apps_Settings-ef0bed33b9a2824f163128a7479a019a9fc7a79d.tar.bz2 |
CompatibilityMode settings
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/sound_and_display_settings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/sound_and_display_settings.xml b/res/xml/sound_and_display_settings.xml index c8a9360..458bc7a 100644 --- a/res/xml/sound_and_display_settings.xml +++ b/res/xml/sound_and_display_settings.xml @@ -124,6 +124,11 @@ android:entries="@array/screen_timeout_entries" android:entryValues="@array/screen_timeout_values" /> + <CheckBoxPreference + android:key="compatibility_mode" + android:title="@string/compatibility_mode_title" + android:summaryOn="@string/compatibility_mode_summary_on" + android:summaryOff="@string/compatibility_mode_summary_off" /> </PreferenceCategory> </PreferenceScreen> |