Hi...
I m Developing 2 activities both of them should be
fired when the mimeType is text/plain
as shown below..
<intent-filter>
<action
android:name="android.nfc.action.NDEF_DISCOVERED" />
<category
android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain" />
</intent-filter>
now i want 1 of those activity to be started only when
the text content starts with '@@' and other one for any general
text/plain should launch it.
how can i do this.???
Thanks in Advance
--
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en