commit | cb9f79889485e3e1cbea8ba8fda8b7cb6472bb8a | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@android.com> | Sat Oct 31 16:32:02 2009 -0400 |
committer | Joe Onorato <joeo@android.com> | Sat Oct 31 16:33:17 2009 -0400 |
tree | f39192dbf5d4adb64a66fc637bb9b1d313b7cafc | |
parent | a1b02556d0073119a24040704c0096160be69f4d [diff] |
Fix 2199124 - Sometimes app icons don't go away when deleting the app. The app list isn't sorted by component name, it's sorted by title, so we can't binary search on the component name. Duh. Linear search is fine here.