标签: android accountmanager
我希望我的用户在我的应用中识别谷歌帐户。
我知道使用AccountManager.getAccountsByType("com.google")我可以获取所有Google帐户并让用户选择其中一个,但如果用户想要使用其他帐户,我该怎么办?
AccountManager.getAccountsByType("com.google")
这是使用AccountManager识别用户的正确流程吗?
答案 0 :(得分:1)
使用AccountPicker.newChooseAccountIntent()。它会创建一个对话框,让您选择要使用的帐户并提供创建新帐户的功能。
AccountPicker.newChooseAccountIntent()