I have an android application which contains four modules(I mean four apk’s).Each module has separate apk.But dependency is more among all the apk’s. If all apk’s available then my application works fine.But the problem is user can un-install any apk at any time.At that time application will crash. How to solve this problem. Is there anyway to find the availability of checking the apk’s availability through programmatically ?.Or suggest me regarding this issue.
Please suggest me.
Thanks in advance.
Regards
Murthy
if your apk is a data provider you can try to ask it for some data and catch the error.