diff options
author | Amith Yamasani <yamasani@google.com> | 2010-10-07 15:57:39 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2010-10-07 15:57:39 -0700 |
commit | bf1cbfb591a67aeb4dd7f5e20c49b6c00682e7a1 (patch) | |
tree | 95891e8f030211073c8a8f6c6203f3a7a81fe227 /overlay | |
parent | 67cae2a63772d11846f86a419cafdfe602116be1 (diff) | |
download | device_samsung_crespo-bf1cbfb591a67aeb4dd7f5e20c49b6c00682e7a1.zip device_samsung_crespo-bf1cbfb591a67aeb4dd7f5e20c49b6c00682e7a1.tar.gz device_samsung_crespo-bf1cbfb591a67aeb4dd7f5e20c49b6c00682e7a1.tar.bz2 |
Remove Dock settings, not relevant for Crespo.
Bug: 3070958
Change-Id: Ibb1541693cb135a6a45ee6320169ef83fb80967b
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml index 06dd83f..cc816c0 100644 --- a/overlay/packages/apps/Settings/res/values/bools.xml +++ b/overlay/packages/apps/Settings/res/values/bools.xml @@ -18,6 +18,4 @@ <!-- Whether or not there is a notification led that is too intrusive to be pulsing constantly --> <bool name="has_intrusive_led">false</bool> - <!-- Whether or not the dock settings are to be displayed for this device when docked --> - <bool name="has_dock_settings">true</bool> </resources> |