以编程方式将谷歌帐户添加到Android
我需要能够以编程方式在 android 中添加谷歌帐户以进行测试。这样做的原因是因为设备中的数据可能会被擦除,我希望有一种方法可以轻松地使用功能再次添加测试用户,而不是再次手动添加。
有什么想法吗?
I need to be able to programatically add a google account in android for testing purposes. The reason for this is because the data in the device can get wiped and I would like a way of easily adding the test users again with a function rather than doing it again manually.
any ideas please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 AccountManager。
我没有任何做你想做的事的经验。 :)
You can use AccountManager.
I dont have any experience in doing what you want. :)