简体   繁体   中英

Determine if application is installed on android

On my android phone I launch an standard browser, after enter my URL www.example.com and press open. I need some ways to determine if I have installed on my phone for example MYAPP, must I write an plugin for my Android browser or may be I must add some java functionality to my web site or maybe something else ?

I need some information, articles or something else of how can I do that, every kind of information will be helpful.

@Aleks G is correct, you cannot do this. However, you can make your app so that it will open when your web page is opened, given that it is already installed.

See here: Launch custom android application from android browser

- I don't think that what you want to do is possible...

- Yet you can use BroadCast-Receiver to determine when you browser opened and then you can launch your app if its installed..

- Another way to manually check, that whether you app has been installed or not, please check the Manage Application from Application , under Setting .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM