Hi, I am working on adding support for http urls in my android app, but am 
facing a weird situation. I have an android app and a website and want both 
of these to support the same http urls. As a standard practice whenever a 
supported linked is clicked android shows the appChooser dialog to select 
an app to proceed (prior to Android M). This behaviour is fine when the 
user is coming from a different channel other than your own website. I do 
not want this appChooser dialog to be displayed if the user is already 
browsing my website on chrome and clicks on a link which is supported by 
app. Since he is already on my website on chrome I want him to go forward 
without any interruption. Let me explain this with an example: I have added 
support for http://www.mywebsite.com/xyz in my android app User opens 
http://www.mywebsite.com on chrome then clicks on http://www.mywebsite.com/xyz 
link present on the page. In this case I want the chrome to load the url 
without showing the appChooser dialog. Unfortunately, the default android 
behaviour looks to be showing the appChooser dialog irrespective from where 
the link is clicked. Is there anyway I can achieve my desired behaviour? It 
would be great if you can help me with this. Thanks in advance. Puneet

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0af0f7f2-fe5f-41fd-83b8-405f6b9cda8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to