android - How to open installed apk by URL link? -


i want this:

click link (a url of apk)

  1. if apk didn't install before, apk downloaded.

  2. 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.

how list of installed android applications , pick 1 run


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -