On Fri, Jan 14, 2011 at 1:10 PM, ls02 <[email protected]> wrote: > The app is launched from the web page to perform certain action. I do not > want to discuss why I need to do this. >
Well, if explain your use case you can probably get a better answer. I, for one, do not see the purpose to doing this. > I want to know how to detect app is installed or not and if it is not > possible how to handle the error in the web page when user tries to launch > my app and it is not installed. > Well I doubt this is possible as you describe. There's no way for some generic website to read the list of installed apps on a phone that may be visiting it. And if you app is not installed, there's obviously nothing you can do to handle the error you're seeing. I would recommend you rethink what you're trying to accomplish. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

