SecuritySettings: fix a the status before handling the intent.

This commit is contained in:
Chia-chi Yeh
2009-10-02 02:16:08 +08:00
parent 844d3db3fe
commit f764d20a74

View File

@@ -353,7 +353,7 @@ public class SecuritySettings extends PreferenceActivity {
private static final int RESET_DIALOG = 3;
private KeyStore mKeyStore = KeyStore.getInstance();
private int mState;
private int mState = mKeyStore.test();
private int mDialogId;
private boolean mSubmit;