Hi.
I try to close all running app for free ram and speed up android.
But i have think close running app is not right.
Is there any way to release ram?
Normally you should let the OS handle the background processes. It will kill the process when it needs to (assuming that it is in the background and you haven't call Service.StartForeground).
Normally you should let the OS handle the background processes. It will kill the process when it needs to (assuming that it is in the background and you haven't call Service.StartForeground).