History log of /packages/services/Telephony/src/com/android/phone/MMIDialogActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
abb0624423c82785a377fd41287545e5f8d21d4b 03-Jun-2017 Tyler Gunn <tgunn@google.com> Ensure MMIDialogActivity can respond to IMS MMI codes.

When determining whether to show the MMI progress dialog, only the base
phone was being considered for pending MMI codes. Adding in any pending
MMI codes for the IMS phone as well to solve the problem that IMS MMI
codes do not show a progress dialog.

Test: Manual
Bug: 62281419
Change-Id: I8f4fe72750dcf271538c6ea44a087808e717d4e3
/packages/services/Telephony/src/com/android/phone/MMIDialogActivity.java
13fe249b0ba05e6652a4ce2d5271be5b8f3a3672 22-May-2017 Tyler Gunn <tgunn@google.com> Add extra USSD code logging.

Test: Manual
Bug: 37561464
Change-Id: Ia3447d5984e83d5848dd8dba57e0758cfe3d3185
/packages/services/Telephony/src/com/android/phone/MMIDialogActivity.java
3cdd90262077a4a5b779d6d1ae5249978fdf7992 03-Sep-2015 Srikanth Chintala <srikchin@codeaurora.org> Add subId while launching MMI dialog

While creating intent to MMI dialog activity pass subscription
info as well to the corresponding phone.

Bug: 34872761
Change-Id: I830655bb18eed6845240cb701ea27c50129d93dc
/packages/services/Telephony/src/com/android/phone/MMIDialogActivity.java
7db9fc0c5aa7acce6385292a3602ef15e644b616 02-Jan-2017 Cuihtlauac ALVARADO <cuihtlauac.alvarado@orange.com> Fix public issue #18054: USSD in-call toast

Removes useless toast displayed when sending USSD during a call.

http://code.google.com/p/android/issues/detail?id=18054

The removed code used to be in the InCallScreen class from the
Phone app. See (now obsolete, abandonned and replaced by this
change) change #36090. A long time ago, the in-call CALL MMI did
not triggered normal MMI dialogs, hence the toast. Dialog was
fixed, toast remained. Also removed incall_status_dialed_mmi
string.xml, in it isn't used in any other context.

Test: not tested
Change-Id: I6ba8be9c0e881cfbc3733b56defd7627d88c6b7e
/packages/services/Telephony/src/com/android/phone/MMIDialogActivity.java
399d1e9218cef40d27f4252cd71c6ec3847ef242 03-Mar-2015 Luo, Honggang X <honggang.x.luo@sonymobile.com> Fix crash issue when dismiss MMI dialog

Dialing an MMI code will start MMIDialogActivity to show MMI
running dialog. After MMI code is completed, the activity will receive
MMI completed event and dismiss the MMI running dialog. But before
receiving this event, the MMIDialogActivity is already finished. So if
we dismiss the dialog in this case, illegalArgumentException will
happen and phone process crashes.

Change-Id: Icfcb6473e202e2e851fa28d389a8a9a41dd2e396
/packages/services/Telephony/src/com/android/phone/MMIDialogActivity.java
598dac56af25319ec4aa0f2a5d98adfc023d7ac4 01-Nov-2013 Yorke Lee <yorkelee@google.com> Add USSD code running dialog to TeleService

Add USSDDialogActivity, a special activity used to display
a progress dialog when running USSD codes

Bug: 11456498
Change-Id: I8318068eda9d1ca199c60592d9f16064cf4571b4
/packages/services/Telephony/src/com/android/phone/MMIDialogActivity.java