I think they are talking about modifying the platform (system service is the main process that runs the system services), in which case this should be moved to android-porting.
Also processes do not have contexts, so if you post to android-porting it would be good to explain in more detail what you are asking. On Wed, Sep 23, 2009 at 9:34 PM, Mark Murphy <[email protected]>wrote: > > > I have created a Separate Process in Android Java Framework Layer. > > Why? Processes are expensive and generally should not be needed, beyond > the one Android allocates for you as part of your app instance. > > > Now, I registered new receiver in System Server for my Process and > > calling my process methods from that receiver on intent received. > > What is "System Server"? > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com > Android App Developer Books: http://commonsware.com/books.html > > > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

