Hi

I have a question regarding services.
In Android I am able to use all the methods defined in the service by
calling bindService().
In bindService() we have to pass the ServiceConnection object and
could able to get the reference of Service Interface through which we
can invoke service methods.

But Android framework services (System services) are started in a
different manner by just calling the getSystemService(). How can I
register my service with Android framework.

Please help me on this issue.
I already downloaded Android source code and compiled on my host
system.


Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to