[android-developers] Intent resolution: supplying action+data where filter had only action, causes it to fail

2010-10-31 Thread longingtoadopt.com
I thought that Action was preeminent during intent resolution and if the intent had the same action as the intent filter, it would be considered a match regardless of data, if the filter did not specify anything. So I was very surprised to find that supplying action+data where filter had only

Re: [android-developers] Intent resolution: supplying action+data where filter had only action, causes it to fail

2010-10-31 Thread Mark Murphy
On Sun, Oct 31, 2010 at 10:25 AM, longingtoadopt.com anil.r...@gmail.com wrote: I thought that Action was preeminent during intent resolution and if the intent had the same action as the intent filter, it would be considered a match regardless of data, if the filter did not specify anything.

Re: [android-developers] Intent resolution: supplying action+data where filter had only action, causes it to fail

2010-10-31 Thread Dianne Hackborn
On Sun, Oct 31, 2010 at 7:44 AM, Mark Murphy mmur...@commonsware.comwrote: I suspect that you are confusing intent-filter characteristics with IntentFilter characteristics. intent-filter and IntentFilter have the same characteristics. In fact intent-filter is just the XML syntax for creating