I want to know if it's possible to access a .apk
file from an installed application on a device (android), via its package Name in as3/air?
Right now I have an ANE file which helps me to get packageName (ex: com.somesite.someApp or air.myApp), I want to copy the .apk
file (its byteArray), is this possible in as3/air or is there any available ANE file to do this?