Intent resolution in Android

Posted by Saksham on Stack Overflow See other posts from Stack Overflow or by Saksham
Published on 2010-02-15T10:20:20Z Indexed on 2010/05/01 10:47 UTC
Read the original article Hit count: 134

Filed under:
|
|

Hello community,

If I want to create custom address book (which overrides my phone's default address book), and if I want it to be used by all applications, what should be my intent filter? Does Android allow me to do such a thing considering the fact that such a third-party app could potentially be malicious?!

And, if I want to have yet another address book application, I suppose the second app also has same intent-filter, isn't it? How does the framework decide which app to pick if I click on Contacts button when making a call? In other words, how does the framework resolve intents in case there is a conflict between multiple intent-filters?

I'm new to android, so please excuse me if this question is stupid. I would like to get some feedback in any case!

Thanks in advance,

Saksham

© Stack Overflow or respective owner

Related posts about android

Related posts about intent