OSDN Git Service

Fix possible NPE in ActivityPicker.
authorRomain Guy <romainguy@android.com>
Mon, 14 Dec 2009 22:22:37 +0000 (14:22 -0800)
committerRomain Guy <romainguy@android.com>
Mon, 14 Dec 2009 22:22:37 +0000 (14:22 -0800)
commit3418cb4df5c1ada031ca06d84374abe6a16e6dd3
tree3bb36ed95b90976bae574620fbacc056ad33dc75
parent8711f904e097d0a36d257f8efc63514c0c14321f
Fix possible NPE in ActivityPicker.
Bug: 2325451.

This change also improves the UI by returning an empty drawable of the appropriate
size to make sure all labels line up correctly in the list.
src/com/android/settings/ActivityPicker.java