-
Notifications
You must be signed in to change notification settings - Fork 527
Out of memory while listing applications #2094
Comments
Now that I have looked at the code, there is little that can be done, because loadIcon will load the bitmap in memory and I see no obvious way to prevent this. |
Closing this because you do not have any wish to investigate. Further reading here: http://forum.xda-developers.com/showpost.php?p=57682905&postcount=13249 |
Ow, you did close it a hour ago, lol - nice :D |
I closed it after commenting on XDA I don't see things which can be improved. |
What you can try is this in the manifest:
|
Also read this and you will see this problem will at least not have a straightforward solution: |
Another thing to try is to call System.gc() in HolderTask.doInBackground (ActivityMain.java) |
Since there is a way to directly access an application icon, I have tried scaling down, but this is too slow to be useful. What might help is disabling the icon cache. Could you please try this version to see if it solves your problem: https://crowd.xprivacy.eu/XPrivacy_3.5.7icon.apk |
Described here: http://forum.xda-developers.com/showpost.php?p=57678163&postcount=13233
The text was updated successfully, but these errors were encountered: