检查“首选项”中是否已存在登录名和密码



我看到了一些关于自动登录的教程,例如这个链接,但当我第一次使用该应用程序时,如何检查登录名和密码是否已插入"首选项活动"?我应该满足什么条件?

SharedPreferences sp=PreferenceManager.
               getDefaultSharedPreferences(context);
if(sp.contains("Username")){
//login  exists assuming you are saving the username to a preference with the name "Username"
}

相关内容

  • 没有找到相关文章

最新更新