InputMethodManager は、破棄されたアクティビティへのソフト参照を保持しています。以下は、私の HPROF ダンプ ヒストグラムです。
- android.view.inputmethod.InputMethodManager$ControlledInputConnectionWrapper @ 0x43b7f768 ネイティブ スタック
- mInputConnection java.lang.ref.SoftReference @ 0x42b51da0
- com.android.internal.widget.EditableInputConnection @ 0x43b7f738
- mTextView、mTargetView android.support.v7.internal.widget.TintEditText @
- mClipExMgr android.sec.clipboard.ClipboardExManager @ 0x434ee190
- マイアクティビティ
おそらくEditTextです。アクティビティの onDestroy で、ビューのリスナーも削除する必要がありますか? それとも、これを無視する必要がありますか?