Air - Open Files On Android (openwithdefaultapplication() Alternative)
I'm currently trying to open a downloaded file (.txt e.g.) on Android (2.2) programmatically through Adobe's AIR SDK. On desktop AIR applications there is an API called File.openWi
Solution 1:
Opening a file in another application is not supported, except for files that can be launched with http/s, mailto, sms, tel, and market URI schemes. You can launch those with the navigateToURL() function.
Of course, it isn't hard to display text inside an AIR app, if that is what you are trying to do.
Post a Comment for "Air - Open Files On Android (openwithdefaultapplication() Alternative)"