[android-developers] Re: intent-filter need and good document

2008-05-16 Thread Raja Nagendra Kumar
For notepad e.g for one activity I see more than one intent-filter is defined.. what does this grouping mean activity class=.NotesList android:label=@string/title_notes_list intent-filter action android:value=android.intent.action.MAIN / category

[android-developers] Re: intent-filter need and good document

2008-05-16 Thread hackbod
http://code.google.com/android/reference/android/content/Intent.html On May 16, 10:11 am, Raja Nagendra Kumar [EMAIL PROTECTED] wrote: For notepad e.g for one activity I see more than one intent-filter is defined.. what does this grouping mean activity class=.NotesList