Skip to content

Commit 8f7d88c

Browse files
flerdaAndroid (Google) Code Review
authored andcommitted
Merge "Add a query parameter to look-up a SIP address." into ics-mr1
2 parents 914972b + 52c01c2 commit 8f7d88c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/java/android/provider/ContactsContract.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4666,6 +4666,13 @@ private PhoneLookup() {}
46664666
* @hide
46674667
*/
46684668
public static final String CONTENT_TYPE = "vnd.android.cursor.dir/phone_lookup";
4669+
4670+
/**
4671+
* Boolean parameter that is used to look up a SIP address.
4672+
*
4673+
* @hide
4674+
*/
4675+
public static final String QUERY_PARAMETER_SIP_ADDRESS = "sip";
46694676
}
46704677

46714678
/**

0 commit comments

Comments
 (0)