History log of /packages/services/Telephony/src/com/android/phone/MMIDialogActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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