Re: [android-developers] Re: Intent filter to launch an application

2010-09-16 Thread Prakash Iyer
would you mind expanding on how you solved the problem. certainly you have
provided a pointer but might help others avoid spending the same cycles...
thanks.

On Wed, Sep 15, 2010 at 9:54 AM, Alok Kulkarni kulsu...@gmail.com wrote:

 Solved the problem. Referred to the Manifest file of Androd Browser.
 Thanks,
 Alok.

 On Wed, Sep 15, 2010 at 4:59 PM, Alok Kulkarni kulsu...@gmail.com wrote:
  Hi,
  I want to do  the following.
  When a user clicks on a URL containing a few specific keywords like
  http://ad.mysite.com from somewhere like entering the URL in a to do
  note in calendar, i want to recognize mysite.com keywords and launch
  my application instead of browser.
  I know that the browser activity's manifest file contains a filter to
  launch it if the keywords http or www are found .So how can i override
  this behaviour?
  Thanks,
  Alok.
 

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Intent filter to launch an application

2010-09-15 Thread Alok Kulkarni
Solved the problem. Referred to the Manifest file of Androd Browser.
Thanks,
Alok.

On Wed, Sep 15, 2010 at 4:59 PM, Alok Kulkarni kulsu...@gmail.com wrote:
 Hi,
 I want to do  the following.
 When a user clicks on a URL containing a few specific keywords like
 http://ad.mysite.com from somewhere like entering the URL in a to do
 note in calendar, i want to recognize mysite.com keywords and launch
 my application instead of browser.
 I know that the browser activity's manifest file contains a filter to
 launch it if the keywords http or www are found .So how can i override
 this behaviour?
 Thanks,
 Alok.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en