Re: [android-security-discuss] Re: Killing an App from Kernel

2011-07-22 Thread tera tellence
But how to pass the pid of any App all the way from the Application framework to the kernel? I need to kill any App that misbehaves. From which point in the framework(Task Manager, Application Manager) should this information be sent down all the to the kernel? On Thu, Jul 21, 2011 at 3:25 PM,

Re: [android-security-discuss] Re: Killing an App from Kernel

2011-07-22 Thread appel
You do know that there already is a built-in way to do this in Android right? Settings - Applications - Manage applications - select app - Force close or Settings - About - Battery use - select app - Force close Or you could do what I do to missbehaving apps, I uninstall them. If you must do

[android-security-discuss] Re: displaying internal PDF assets

2011-07-22 Thread Chris Stratton
On Monday, July 18, 2011 11:15:24 AM UTC-4, rbastic wrote: Everything works fine if I push the PDF files to the sdcard, but that is not desirable for security purposes. I would like to keep the PDFs packaged inside the app and only expose access to them when necessary. You should be aware