[android-beginners] Re: need clarification on resolving intents.

2008-12-17 Thread mathiastck
The prompt only occurs if there are multiple activites stating themselves as capable of handling the intent. How is the system supposed to know which the user prefers? An good example is if you go to a picture and select to share it from the menu. The user may want to share the picture by MMS,

[android-beginners] Re: need clarification on resolving intents.

2008-12-13 Thread Mark Murphy
Anil wrote: What if an intent matches two or more activities - how is it resolved? In the example provided on the intents page, http://code.google.com/android/reference/android/content/Intent.html both Noteslist and NoteEditor have type type