从 Android 应用程序访问 Google 小工具偏好设置

发布于 2024-10-16 20:00:17 字数 280 浏览 2 评论 0原文

我将创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文