The app I'm currently developing depends on a third party application (OIFileManager).
My question is what is the general way to handle these kind of dependancies?
Tell the user to resolve it?
Embed the 3d-party apk (if its license allows it)
Automatically resolve it (maybe android market has a system for it).
Thanks!