commit | de9dbb05ce57a1617efc131f6a724c2a2b164bf7 | [log] [tgz] |
---|---|---|
author | Jean Chalard <jchalard@google.com> | Thu Oct 20 19:50:45 2011 +0900 |
committer | Jean Chalard <jchalard@google.com> | Thu Oct 20 20:55:08 2011 +0900 |
tree | 121172bfd8498215b2f9ed020ec51f5e453479a4 | |
parent | 149a14931e5aa4beb8c4263995f01437a8918465 [diff] |
Fix a warning from the binder, step 2. This patch fixes the following warning: W/Binder: The following Binder class should be static or leaks might occur: android.view.inputmethod .InputMethodManager.ControlledInputConnectionWrapper ...in hope of removing a possible memory leaks. Change-Id: I081d10fd839f2985d7081492f4f5cf0b4da42fd2 Bugs: 5481376, 5461066