summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/IccLockSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Settings: disable Lock SIM card till response is receivedJeevaka Badrappan2012-08-211-1/+3
| | | | | | | | | | | | | | | | Lock SIM card checkbox is enabled always which results in allowing the user to change the state even before the previous change has been completed successfully. Due to this option, UI ends up in state where it can send disable Lock SIM card twice resulting in operation not allowed error from modem. Change-Id: I0f4a344a8d76720e75accf3a763c3d0e940a0dca Author: Jeevaka Badrappan <jeevaka.badrappan@intel.com> Signed-off-by: Xiaokang Qin <xiaokang.qin@intel.com> Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jack Ren <jack.ren@intel.com> Author-tracking-BZ: 9954
* Fix 5636798: Watch for SIM state changes in IccSettings.Jim Miller2011-11-301-32/+63
| | | | | | | | This fixes a bug where the SIM enable checkbox was showing the wrong state. The code now registers for state changes and updates the checkbox state appropriately. Change-Id: Icd4f040140e9f71e75e288968ee7ae616dfd08ce
* Fix wrong behavior when changing pin code in settingsYongwei Cai2011-05-261-0/+39
| | | | | | | | | | | In security setting, if user change orientation during entering pin code, the change will not apply successfully, it is because the entered pin codes has not been saved and restored when application was re-create after changed orientation. So we save entered pin codes and restore them in onCreate when application is re-created. Change-Id: Ia8a3fb3ee75185ce028104487377e47f272905ce
* Don't allow monkey to play with SIM lock settings. Bug # 2358489Amith Yamasani2010-01-071-0/+5
| | | | If the monkey is running, exit the SIM lock settings activity.
* Fix for 1785342: The old PIN is required after entering New PINAmith Yamasani2009-08-281-5/+7
| | | | State of dialogs was not properly maintained across pause/resume.
* AI 144245: Fix merge conflict for megering in the CDMA changes in to master ↵Wink Saville2009-04-021-0/+322
from donutburger. Automated import of CL 144245