am 19d79f2f: am 4eb4ed2d: am bba4ff7c: Fixing crash in ContactManager: Changing ContactsContract.Contacts.LOOKUP_KEY to ContactsContract.Contacts._ID.

Merge commit '19d79f2fb44ce0ce48bd95f972d929910afa951c'

* commit '19d79f2fb44ce0ce48bd95f972d929910afa951c':
  Fixing crash in ContactManager: Changing ContactsContract.Contacts.LOOKUP_KEY to
This commit is contained in:
Trevor Johns
2009-12-10 17:14:13 -08:00
committed by Android Git Automerger

View File

@@ -103,7 +103,7 @@ public final class ContactManager extends Activity
// Run query
Uri uri = ContactsContract.Contacts.CONTENT_URI;
String[] projection = new String[] {
ContactsContract.Contacts.LOOKUP_KEY,
ContactsContract.Contacts._ID,
ContactsContract.Contacts.DISPLAY_NAME
};
String selection = ContactsContract.Contacts.IN_VISIBLE_GROUP + " = '" +