android - How to open installed apk by URL link? -
i want this:
click link (a url of apk)
if apk didn't install before, apk downloaded.
if apk have installed apk before, apk open.
so possible open apk url link?
you can use packagemanager class search package, 1 want start downloading, if package present can call launch intent.
some examples here.
Comments
Post a Comment