通过 AIR 和 Android 应用程序共享数据

发布于 2024-10-20 18:22:07 字数 375 浏览 9 评论 0原文

我们面临着从 Flash 应用程序(我们的另一个 AIR 应用程序)写入 Android 数据库(由我们的应用程序创建)的问题。从android的角度来看,这将违背安全模型,每个应用程序进程不应访问其他应用程序进程的资源。

正确的解决方法是为两个应用程序(Android 以及 flash Air 应用程序)共享相同的 Linux 用户 ID。通过这样做,这两个应用程序将被视为具有相同文件权限的同一应用程序。我们可以使用android清单文件中的sharedUserId属性来实现这一点。

我们可以在 android AIR 应用程序中设置 sharedUserId 吗? AIR 应用程序访问 DalvikVM 应用程序数据库的其他解决方法是什么?

We are facing the issue of writing into android database (created by our app) from flash application (our another AIR app). From android point of view this will go against the security model by which each application process should not access resources of other application process.

Proper workaround would be to share same linux userid for both the applications (android as well as flash air app). By doing this both the applications are treated as same application with same file permission. We can use sharedUserId attribute in android manifest file to achieve this.

Can we set sharedUserId in android AIR application? What are the other workarounds for a AIR application to access database of a DalvikVM App?

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

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

发布评论

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