android service exported attribute??

Posted by doloop on Stack Overflow See other posts from Stack Overflow or by doloop
Published on 2010-05-31T16:17:59Z Indexed on 2010/05/31 16:23 UTC
Read the original article Hit count: 222

Filed under:

Hi, I am quite new about android platform. I want to export my service to be public used. I find something on developer doc

android:exported Whether or not components of other applications can invoke the service or interact with it — "true" if they can, and "false" if not. When the value is "false", only components of the same application or applications with the same user ID can start the service or bind to it.

but i dont understand it Can anyone show me a brief example of how to use it?

many thx

© Stack Overflow or respective owner

Related posts about android