History log of /packages/apps/Settings/src/com/android/settings/sim/SimPreferenceDialog.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2cea7f814b0100cfdbf840427ce02f1805cbccb3 25-Jan-2016 xiaocheng.x.wang <xiaocheng.x.wang@sonymobile.com> Black screen appears after tapping the back key

Black screen is displayed after tapping the back key when editing SIM name.

To reproduce:
Settings->Dual SIM->tap the SIM name->tap back key.

[Expected Result]
Screen should be displayed normally.

[Actual Result]:
Black screen is displayed.

The cause is the dialog is not finished when it's dismissed.

Bug: 32934740
Change-Id: Ieddb65247cfe7b9434c8cfa7aeec2396616d9b81
/packages/apps/Settings/src/com/android/settings/sim/SimPreferenceDialog.java
d2b0fc066c9feedb988db59abd410203777a5f38 25-Jan-2016 Shishir Agrawal <shishir@google.com> Unhiding MSIM APIs.

1. Unhide MSIM APIs in TelephonyManager that already have non-MSIM equivalent
APIs public.
2. Make MSIM API naming consistent (overloaded, no suffix).
3. Unhide APIs in SubscriptionManager that are necessary for MSIM.

Bug: 26772894
Change-Id: I69471769ece56dd2d505f087d2ed3b585eb4b2d0
/packages/apps/Settings/src/com/android/settings/sim/SimPreferenceDialog.java
f6f43e4c45216038915927a926510a838ceb5702 11-Jun-2015 Sanket Padawe <sanketpadawe@google.com> Fix SimPreference dialog from closing on orientation change.

Bug: 19041463
Change-Id: I8c91fd6f01bbeb7561365dbb76ba3d4c05b76efc
/packages/apps/Settings/src/com/android/settings/sim/SimPreferenceDialog.java