tags:

views:

19

answers:

1

Hi, I created an android application and uploaded in my website. Is it possible to check from the web whether this application is installed in the device when someone is trying to download the application ? If it is installed, the user should get a prompt whether to reinstall or not. If not the application should not be downloaded.

Thanks in advance...

regards, Vishakh

A: 

As far as I remember that's standard feature, android always asks if user wants to reinstall app or not. But that's definitely impossible to get this data from web.

Konstantin Burov