gpt4 book ai didi

android - AccountManager:如何让用户使用对话框选择一个帐户

转载 作者:太空宇宙 更新时间:2023-11-03 11:32:06 27 4
gpt4 key购买 nike

在 AccountManager 教程中 Remembering Your User ,建议:

If there's more than one Account in the array, you should present a dialog asking the user to select one.

执行此操作的最佳方法是什么?我想到了一个解决方案,但如果社区中有其他好的示例,那么这似乎是一种可以共享并很容易被其他人重复使用的样板代码。

最佳答案

从 Android 4.0(API 级别 14)开始,启动具有如下所示 Intent 的 Activity,会显示帐户选择器。

Intent intent = AccountManager.newChooseAccountIntent(null, null,
new String[] { acc_type }, true, null, null,
null, null);
startActivityForResult(intent, CHOOSE_ACCOUNT);

对于 4.0 之前的设备,
使用 https://github.com/frakbot/Android-AccountChooser

关于android - AccountManager:如何让用户使用对话框选择一个帐户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15406535/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com