允许我的Android应用程序使用Google帐户进行身份验证

时间:2014-03-25 15:53:39

标签: android accountmanager

我希望我的用户在我的应用中识别谷歌帐户。

我知道使用AccountManager.getAccountsByType("com.google")我可以获取所有Google帐户并让用户选择其中一个,但如果用户想要使用其他帐户,我该怎么办?

这是使用AccountManager识别用户的正确流程吗?

1 个答案:

答案 0 :(得分:1)

使用AccountPicker.newChooseAccountIntent()。它会创建一个对话框,让您选择要使用的帐户并提供创建新帐户的功能。