Hi Digit! Thanks for writing back. While I do understand that an application needs to handle only the intents which are defined in the intent filter part.
I am asking about a situation where in, the application was written in the past, the intent was not defined or was defined by a third party. Now, if we have a framework like an intent parser and identifier, the application, can still invoke the correct activity based on what the framework returns. I think this is still in-line with your thoughts. Any comments. Regards Nitin Khanna www.hsc.com On Apr 8, 12:12 am, hackbod <[EMAIL PROTECTED]> wrote: > No, sorry, the pattern matching is strictly defined by the > capabilities of IntentFilter. We very deliberately designed the > system to not execute application code when resolving resolve intents. > > On Apr 7, 10:44 pm, Nitin Khanna <[EMAIL PROTECTED]> wrote: > > > Hi! > > > Is there a way in android to extend the intent identification logic > > for existing applications. Say for example i type in the rss feed url > > or an http url in the phone application or something similar. So can I > > extend the identification logic such that the application executes a > > parser defined by my code, and then depending upon the identified > > intent fires the activity which handles the intent. > > > Regards > > Nitinwww.hsc.com --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

