InputMethodManager holds reference to the tabhost - Memory Leak - OOM Error
问题 View hierarchy is as follows TabActivity -> ActivityGroups -> Activities . Using MAT I found that TabWidget is referenced by TabHost which is referenced by InputMethodManager , hence TabWidget is leaked. On Subsequent launch of application OutOfMemory Error is thrown. Similarly all my activities are also referenced by InputMethodManager . (After closing the application all my activitygroups, activities, tabactivity, tabhost and tabwidget are leaked!!) On Properly finishing the application