On Jun 1, 4:26 pm, Mats <[email protected]> wrote: > I have an app killing feature in one of my apps but up to API 7 i > always worked with restartPackage(String PackageName); but since API 8 > its deprecated so I tried killBackgroundProcesses(String PackageName) > but that didn't work either.
Googlers on this group had talked about removing that API because it was being abused by so many "task killer" apps. It might be that this has happened in level 8. If so, you might consider linking to Android 2.x's "Running Services" settings page instead; that provides similar functionality at a system level. String -- 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

