@Override
 protected void onResume() {
   super.onResume();
   String name =
       (String) SPUtils.get(this, Constants.SPKey.ACCOUNT_NAME, getString(R.string.setting_login));
   mTxtLogIn.setText(name);
 }