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).
There’s no automatic way. The user will have to install the dependency from Android Market (or some other source) manually.
So you: