Is it possible to open Gallery apps from a button inside corona’s apps? I want the button to minimize my corona apps, then open Gallery app (and open a specific folder if possible).
I found media.show(), but is now deprecated. (http://docs.coronalabs.com/api/library/media/show.html)
Using URL Scheme? I’m targeting to open Gallery apps that is already attached into the device, and each manufacturer might use different package name. I don’t think i can use this. (Or not?)
Is there a way to get this work?