在 Android 中跨应用程序共享所选项目

发布于 2024-12-01 08:39:49 字数 161 浏览 2 评论 0原文

我想要两个应用程序,应用程序 X 和应用程序 Y。X,用户可以从选项列表(可能是一个列表)中进行选择,然后 Y 在启动时使用 X 的选定选项。

我需要这种设计的原因是,即使用户清除了 Y 的数据,X 中的选择也需要保留。

关于如何在 Android 上执行此操作有什么建议吗?

I would like to have two applications, app X and app Y. X where a user can select from list of choices (perhaps a list) and Y then uses the selected choice of X upon start-up.

The reason I need this design is because the choice in X needs to persists even if the user clears data of Y.

Any suggestions on how I can do this on Android?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感情废物 2024-12-08 08:39:49

您可以只写入设备内存中的公共文件(例如,使用 XML)。 更多信息

You can just write to a public file in the device internal memory (using XML, for example). More information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文