Example #1
0
 public void logout() {
   this.login = false;
   PrefUtil.clear(PrefUtil.getPref(context, MYPREFS));
 }