通过 AIR 和 Android 应用程序共享数据
我们面临着从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论