@Override
public void onTextChanged(CharSequence s, int start, int before,
int count) {
@Override
public void onTextChanged(CharSequence s, int start, int before,
int count) {
if (newState.equals("false")){
SharedPreferences.Editor appPrefs = PreferenceManager
.getDefaultSharedPreferences(getApplicationContext()).edit();
appPrefs.putBoolean("set_pincode",false);
appPrefs.commit();
if (newState.equals("false")){
SharedPreferences.Editor appPrefs = PreferenceManager
.getDefaultSharedPreferences(getApplicationContext()).edit();
appPrefs.putBoolean("set_pincode",false);
appPrefs.commit();
mPinHdr.setText("Confirm your PINCode, please");
confirmingPinCode = true;
clearBoxes();
mPinHdr.setText("Confirm your PINCode, please");
confirmingPinCode = true;
clearBoxes();