Merge change If764d20a into eclair

* changes:
  SecuritySettings: fix a the status before handling the intent.
This commit is contained in:
Android (Google) Code Review
2009-10-01 14:17:26 -04:00

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;