Sunday, December 11, 2011

Android Background Processes

I've added a new module in the kernel allowing it to run processes in the background. Each task is running in as a separate process and is managed by the kernel in order to avoid conflicts. I've added two example daemons for this screenshot so you can see how they would look if there are any.
Daemons can be added by any 3rd party application by using this code: http://pastie.org/3001133
Fancy huh?




2 comments: