Hi ppl!
I have a problem with killing processes on Android. They are re-spawning! I know that it is such a system design, but ... What I do:
mActivity->Kill(PID)->IPC::: mService : Send intent START_TASK to Activity; sleep(wait for Activity become foreground); Root daemon->SIGKILL; (Now migrating to 1.5 platform, any easier way?)
Browser and other "hard" apps die ok, but simple test activity (just new Android project) RESPAWNS! I saw TM for Root works OK. Not GNU (((( Any suggestions, please ??? Don't want patch And.


