Air App 中的 Android MediaStore
我正在编写一个需要访问 Android Media Store 的 Air 应用程序。
到目前为止尝试过: 直接访问SQLite数据库。 Android 似乎没有授予此权限。 接下来尝试从我的 Air 应用程序调用本机 Android 应用程序。 Burrito 似乎不支持 Android 的 NativeProcess。
有什么想法或解决方法吗? 或者我们是否放弃 AS3 和 Android 原生代码?
谢谢,罗尼
I am writing an Air app that needs to access the Android Media Store.
So far tried:
Direct access to the SQLite database. Seems Android does not give permissions for this.
Next attempted calling a native Android app from my Air app. Burrito does not seem to support NativeProcess for Android.
Any ideas or workarounds?
Or do we drop AS3 and code native for Android?
Thanks, Ronnie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前唯一的解决方案是将本机 apk 与 AIR for Android apk 结合起来。更多详细信息请参见:
http://elromdesign.com/blog/2010/10/29/hacking-native-android-with-air-app-to-allow-air-access-unavailable-apis/
The only solution today is to combine a native apk with an AIR for Android apk. More details here:
http://elromdesign.com/blog/2010/10/29/hacking-native-android-with-air-app-to-allow-air-access-unavailable-apis/