diff options
author | David Brown <dab@google.com> | 2011-07-19 22:26:48 -0700 |
---|---|---|
committer | David Brown <dab@google.com> | 2011-07-19 22:26:48 -0700 |
commit | 50bf85a867b68d606bbb823286e4e24d2b2bd178 (patch) | |
tree | 7f84a4670b7b1869f8b0780df8f54c73adaeaff6 /overlay | |
parent | 73280e5fd04fd78ceb89d1eb5938330760ae4250 (diff) | |
download | device_samsung_crespo-50bf85a867b68d606bbb823286e4e24d2b2bd178.zip device_samsung_crespo-50bf85a867b68d606bbb823286e4e24d2b2bd178.tar.gz device_samsung_crespo-50bf85a867b68d606bbb823286e4e24d2b2bd178.tar.bz2 |
Remove "allow_*_touch_ui" config resources
These resources aren't needed; the values here are the same as the
defaults in apps/Phone/res/values/config.xml.
(Also, these resources are obsolete anyway; I'm about to remove them
entirely.)
Change-Id: I34e4226c91fa71b16b04f89f8cb9d7717eed9cba
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Phone/res/values/config.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/overlay/packages/apps/Phone/res/values/config.xml b/overlay/packages/apps/Phone/res/values/config.xml index 69d82c1..7b2fad9 100644 --- a/overlay/packages/apps/Phone/res/values/config.xml +++ b/overlay/packages/apps/Phone/res/values/config.xml @@ -17,10 +17,6 @@ <!-- Crespo-specific phone app resources. --> <resources> - <!-- Enable the onscreen touch UI for all states of the in-call UI. --> - <bool name="allow_incoming_call_touch_ui">true</bool> - <bool name="allow_in_call_touch_ui">true</bool> - <!-- This is a device with capacitive buttons, so disable the feature where BACK rejects the current incoming call. (Since it's so easy to press the key accidentally as you pull the phone out of |