[android-developers] Re: Register a service with Android framework

2009-12-07 Thread Bharath
I cannot call the third party services by getSystemService() method but is there a way to to register my service as System Service so that I can invoke the service my above method? I have to register my service with Android Framework. I think I can do this by making changes to the Android

Re: [android-developers] Re: Register a service with Android framework

2009-12-07 Thread Dianne Hackborn
Again, third party applications can not doing this. If you are not doing a third party application, but modifying the platform, you should be posting to android-porting. On Mon, Dec 7, 2009 at 12:25 AM, Bharath bharath.pat...@gmail.com wrote: I cannot call the third party services by