Files
frameworks_base/core/java/android
Mathias Jeppsson 190acd4dd0 Fixing memory leak in PreferenceScreen.
Every time the PreferenceScreen is displayed a new ListView is
created and bound to the adapter. As the same adapter is used during
the lifetime of PreferenceScreen and the listviews never gets
unbound, the adapter will contain a list of unused views. The old view
should be unbound from adapter when we create a new view.

Change-Id: I13e2d0dc79c8ff79b58efa650653e3f84c6e53c5
2011-01-18 14:34:52 +01:00
..
2010-07-12 15:26:21 -07:00
2010-11-03 15:32:40 -05:00
2010-12-09 09:11:06 -08:00