在 Android 中跨应用程序共享所选项目
我想要两个应用程序,应用程序 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以只写入设备内存中的公共文件(例如,使用 XML)。 更多信息。
You can just write to a public file in the device internal memory (using XML, for example). More information.