Ronnie Wulfsohn
Ronnie Wulfsohn

Reputation: 1

Android MediaStore from Air App

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

Upvotes: 0

Views: 293

Answers (1)

James Ward
James Ward

Reputation: 29433

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/

Upvotes: 2

Related Questions