Re: [android-developers] Killing Background Processes

2011-05-27 Thread Dianne Hackborn
No there is just the old, brutal force stop API. On Fri, May 27, 2011 at 5:22 PM, Edmund wrote: > Hi, > > I am working with an Android 2.1 Device (API Level 7). I know that in > API Level 8, you can call PackageManager's > killBackgroundProcesses(String packageName) to kill background > processe

[android-developers] Killing Background Processes

2011-05-27 Thread Edmund
Hi, I am working with an Android 2.1 Device (API Level 7). I know that in API Level 8, you can call PackageManager's killBackgroundProcesses(String packageName) to kill background processes of packages. Is there a way to accomplish this in API Level 7? Thanks, Edmund Chang -- You received this