Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: How to stop/clear cached background processes of my Android widget application?

Is there a way to stop/clear a cached background process of my Android Widget?

My widget uses less RAM memory (about 1 mb) but a lot of memory in background cache process (about 100/200 mb).

Is there a way to stop the background cache process or clear it?

like image 321
Meroelyth Avatar asked Oct 27 '25 18:10

Meroelyth


1 Answers

Settings > Developer Options > Applications > Background Process: No.

PS. Don't settle anything less than a complete solution!

like image 157
wichoxp Avatar answered Oct 30 '25 09:10

wichoxp