summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorDavid Brown <dab@google.com>2011-08-16 16:12:57 -0700
committerDavid Brown <dab@google.com>2011-08-16 16:12:57 -0700
commit39b7a8c928b94733066be08089db075ca044eb4f (patch)
treec8ae792daf58d27356a432bd0e533a4b87fe5a8d /overlay
parentd462cf92d08fe9b31b700fa3ce17fb6cb3e94636 (diff)
downloaddevice_samsung_crespo-39b7a8c928b94733066be08089db075ca044eb4f.zip
device_samsung_crespo-39b7a8c928b94733066be08089db075ca044eb4f.tar.gz
device_samsung_crespo-39b7a8c928b94733066be08089db075ca044eb4f.tar.bz2
Clean up unused Phone app resource overrides
- allow_back_key_to_reject_incoming_call is no longer used at all (see change https://android-git.corp.google.com/g/128602) - config_show_onscreen_dial_button isn't needed here since the default (from apps/Phone) is already "true". Bug: 5161286 Change-Id: Ia3bde3afd0e35c97750da67c3a79b63d37638d06
Diffstat (limited to 'overlay')
-rw-r--r--overlay/packages/apps/Phone/res/values/config.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/packages/apps/Phone/res/values/config.xml b/overlay/packages/apps/Phone/res/values/config.xml
index 7b2fad9..7d69b68 100644
--- a/overlay/packages/apps/Phone/res/values/config.xml
+++ b/overlay/packages/apps/Phone/res/values/config.xml
@@ -17,15 +17,6 @@
<!-- Crespo-specific phone app resources. -->
<resources>
- <!-- 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
- your pocket.) -->
- <bool name="allow_back_key_to_reject_incoming_call">false</bool>
-
- <!-- Enable the onscreen "Dial" button in the emergency dialer. -->
- <bool name="config_show_onscreen_dial_button">true</bool>
-
<!-- This device implements a noise suppression device for in call audio-->
<bool name="has_in_call_noise_suppression">true</bool>