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 android:value="vnd.android.cursor.dir/vnd.google.note" />
So in the example, an intent like
{ action=android.app.action.VIEW data=content://
com.google.provider.NotePad/notes }
How can we be sure it will map to the the NotesList activity and not
to the NoteEditor?
thanks,
Anil
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---