Context.startService(intent) or startService(intent)

Posted by mnish on Stack Overflow See other posts from Stack Overflow or by mnish
Published on 2010-05-15T15:19:37Z Indexed on 2010/05/15 15:24 UTC
Read the original article Hit count: 306

Filed under:
|

Hello,

I wanted to know what is the difference between Context.startService(intent) and startService(intent) and does it matter which one is used?

Thank you

© Stack Overflow or respective owner

Related posts about android

Related posts about service