summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Koh <koh@google.com>2010-05-03 13:59:52 -0700
committerEugene Koh <koh@google.com>2010-05-03 13:59:52 -0700
commit01142e9a6c04de9bf618d41ad15d982eefb91bfa (patch)
treec2e1377ce66eb9a9255214f7d8dfe3363e34f329
parent67df23169e13551be3cf32f345f54f7259d453a5 (diff)
downloaddream-sapphire-01142e9a6c04de9bf618d41ad15d982eefb91bfa.tar.gz
Disable on-screen elements of incoming call and in-call UI
Sapphire (and Dream) devices have hard SEND and END keys and users upgrading to Froyo from earlier versions may find that the new slide-to-answer UI is unintuitive. Worse, in memory pressure scenario the slider may not be actionable for some time, falsely suggesting to the user that he cannot answer an incoming call (when in fact he can press the hard key). This change ensures that the UI for incoming calls and also for in-call mgmt remains consistent with the Donut version. Change-Id: Ifa24d0cb35e7f627757ab1f00c141561f91a7949
-rw-r--r--overlay/packages/apps/Phone/res/values/config.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/overlay/packages/apps/Phone/res/values/config.xml b/overlay/packages/apps/Phone/res/values/config.xml
new file mode 100644
index 0000000..729450c
--- /dev/null
+++ b/overlay/packages/apps/Phone/res/values/config.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2010 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources>
+ <bool name="allow_incoming_call_touch_ui">false</bool>
+ <bool name="allow_in_call_touch_ui">false</bool>
+</resources>