> 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

