I\'m analyzing memory usage of our app, and has found strange Drawables, which constantly \"eats\" few megabytes of heap. Here are few screenshots from MAT:
I would guess they stay in memory because they are the default backgrounds for activities. Try specifying a different background in your theme and see if they are still there.