Search in sources :

Example 1 with AccountInfo

use of com.funstill.kelefun.config.AccountInfo in project keleFanfou by kelefun.

the class StartActivity method isLogin.

// 启动app时判断是否已登录
private boolean isLogin() {
    AccountStore store = new AccountStore(this);
    AccountInfo accountInfo = store.readAccount();
    return accountInfo.isVerified();
}
Also used : AccountStore(com.funstill.kelefun.config.AccountStore) AccountInfo(com.funstill.kelefun.config.AccountInfo)

Aggregations

AccountInfo (com.funstill.kelefun.config.AccountInfo)1 AccountStore (com.funstill.kelefun.config.AccountStore)1