This is kind of weird, I'm able to get rid of my own memory leaks, but I'm not able to do the same in this case.
Image below shows the heap contains Bitmap (like 2.5 MB) which is linked from current Activity (mDecor points to current Activity).
I've tried to remove InputMethodManager instances all over the application, no effect
I've tried setting default state of keyboard (if the bitmap is some kind of sprint drawable for system keyboard), still no effect
android:windowSoftInputMode="stateHidden"
Nothing helped, is there anything I can do about this? Note that the solution is not Android API version specific (I've tested on API 8 and 14/15/16, and all of them have the same issue)
Probably a bug, can someone please confirm that?