• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Kill tasks?

Sento

Well-Known Member
I got this app tat has a list of all running tasks. And i do select all and kill...but then one by one some of them slowly start up again. Llike swype. The phandroid app....fb....etc....and i dont start them...what shood i do?

Thanks
 
theres always going to be tasks running in the background, but android by default is managing those tasks efficiently so you don't need any sort of task killer.
 
android apps that have been "backgrounded" are not using any CPU resources. they don't need to be killed. It's a concept that's a bit hard to grasp for those new to Android... but it's quite smart how it manages the lifecycle of an app. The less user-intervention there is, the more efficiently your phone runs.

On occasion, a badly coded app might start hogging CPU (like it gets itself in an endless loop) at which time, the best course of action is to manually kill the task. Other than that, don't think about what's "still running." just because it shows up in the list doesn't mean it's "running."
 
I should clarify that apps can be run in service mode (like your music player, GPS navigation, etc) in which case the app IS using CPU and/or radio resources. These are intentionally backgrounded and active and also should not be killed by a task manager. You should enter the app to stop the service.
 
Back
Top Bottom