- packageName
- The name of the package whose processes are to be killed.
Have the system immediately kill all background processes associated with the given package. This is the same as the kernel killing those processes to reclaim memory; the system will take care of restarting these processes in the future as needed.
You must hold the permission NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#KILL_BACKGROUND_PROCESSES to be able to call this method.