On Fri, Dec 10, 2010 at 2:10 PM, Catbert <[email protected]> wrote: > I'm trying to write a top priority app for my personal project (not to > be published to the Market) and I don't want the phone or anything > other app to interrupt it while it's running (most importantly, I > don't want the process manager in Android to kill it for any reason).
That's not possible at the SDK level. > I'm totally aware this is not a good 'Android citizen' practice, but > I'm more of using the phone as an embedded system platform. Then you should modify the firmware, at which point you can probably bake in some "don't taze me, bro" support for your package. > If > necessary, I can go into great lengths to rebuild the kernel and > modify the source code, and I'd appreciate any help in finding the > right section to modify how Android handle its Activity/apps/tasks. Questions regarding the source code are best asked on a list regarding the source code: http://source.android.com/community/index.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1 and http://bit.ly/smand2 -- 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

