OSDN Git Service

Allow TwelveKeyDialer call button to send empty flash for CDMA
authorPaul Berman <paul.berman@motorola.com>
Fri, 9 Oct 2009 16:04:10 +0000 (12:04 -0400)
committerWink Saville <wink@google.com>
Fri, 16 Oct 2009 16:15:55 +0000 (09:15 -0700)
commitdbdcde2645f2ba0306b0f3fa08354cddf18a758b
treea5588e148e2ce49bc717722e505b2a84830b9f80
parentaff62dc1b044372007d9170290b247b3cf121cfe
Allow TwelveKeyDialer call button to send empty flash for CDMA

Currently the TwelveKeyDialer does not allow the user to press the green
call button if the dial text is empty. However, in CDMA when we place a
3-way call in some network infrastructures, you need to send an empty
Flash command to the network before adding the call. The user is accustomed to
pressing the call button in order to do this. Therefore here we make the
changes in TwelveKeyDialer.java required to handle that keypress and send the
blank flash.

Bug: 2179060
Change-Id: Ib8d05459cac708f9dc216412103c1a324d747ecb
src/com/android/contacts/TwelveKeyDialer.java