Android Question release ram

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
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?
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
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).
Thank you Erel.you are very quick
I close app with ActivityManager but not working.
How can i close app in all version android?
 
Upvote 0
Top