Exemplo n.º 1
0
 public static String getUserLogo() {
   return PreferenceUtil.getString(
       Config.USER_LOG, AppApplication.getContext().getString(R.string.default_user_logo));
 }
Exemplo n.º 2
0
 public static String getUserName() {
   return PreferenceUtil.getString(
       Config.USERNAME, AppApplication.getContext().getString(R.string.un_login));
 }
Exemplo n.º 3
0
 public static String getSignatrue() {
   return PreferenceUtil.getString(
       Config.USER_SIGNATRUE, AppApplication.getContext().getString(R.string.un_login));
 }
Exemplo n.º 4
0
 public static String getLoginEmail() {
   return PreferenceUtil.getString(Config.USER_LOGIN_EMAIL, "");
 }
Exemplo n.º 5
0
 public static String getLoginStatus() {
   return PreferenceUtil.getString(Config.LOGIN_STATUS, Config.LOGIN_OUT);
 }