从 Android 应用程序访问 Google 小工具偏好设置
我将创建一个 iGoogle Gadget,以及一个 Android 版本。用户数据将保存在小工具中,如下所示 (javascript):
var prefs = new gadgets.Prefs();
prefs.set("foo","bar");
在 Android 端,应用程序将使用用户的 Google 帐户登录。是否可以在小工具首选项中访问用户数据? 如果没有,还有其他方法可以存储 Gadget 和 Android 都可以通过 Google 帐户访问的用户数据吗?
I'm going to create an iGoogle Gadget, and an Android version as well. User data will be saved in the gadget like this (javascript):
var prefs = new gadgets.Prefs();
prefs.set("foo","bar");
In Android side, the app will login with user's Google Account. Is it possible to access user data in the gadget preferences?
If not, any other way to store user data that both Gadget and Android can access with Google Account?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论