Re: [android-developers] Calling Activity based on Content wrapped in a Activity

2012-02-06 Thread TreKing
On Sat, Feb 4, 2012 at 11:35 PM, Abhishek Singh wrote: > 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.??? > That's probably a little too specific for Intent Filters

[android-developers] Calling Activity based on Content wrapped in a Activity

2012-02-05 Thread Abhishek Singh
Hi... I m Developing 2 activities both of them should be fired when the mimeType is text/plain as shown below.. now i want 1 of those activity to be started only when