The API for phone lookup has changed - updating Contact Header accordingly.

This commit is contained in:
Dmitri Plotnikov
2009-08-20 11:01:09 -07:00
parent 1c1629da30
commit 60662b035c

View File

@@ -116,7 +116,7 @@ public class ContactHeaderWidget extends FrameLayout implements View.OnClickList
//Projection used for looking up contact id from phone number
protected static final String[] PHONE_LOOKUP_PROJECTION = new String[] {
RawContacts.CONTACT_ID,
PhoneLookup._ID,
};
protected static final int PHONE_LOOKUP_CONTACT_ID_COLUMN_INDEX = 0;