diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 4b43f53ebefe1..3658df9a84434 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -5185,6 +5185,10 @@ public final class ContactsContract { *
* A contact lookup URL built by @@ -6194,6 +6198,10 @@ public final class ContactsContract { *
* A contact lookup URL built by @@ -8466,7 +8474,9 @@ public final class ContactsContract { * around this {@link View}. * @param lookupUri A {@link ContactsContract.Contacts#CONTENT_LOOKUP_URI} style * {@link Uri} that describes a specific contact to feature - * in this dialog. + * in this dialog. A work lookup uri is supported here, + * see {@link CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI} and + * {@link PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI}. * @param mode Any of {@link #MODE_SMALL}, {@link #MODE_MEDIUM}, or * {@link #MODE_LARGE}, indicating the desired dialog size, * when supported. @@ -8500,7 +8510,9 @@ public final class ContactsContract { * @param lookupUri A * {@link ContactsContract.Contacts#CONTENT_LOOKUP_URI} style * {@link Uri} that describes a specific contact to feature - * in this dialog. + * in this dialog. A work lookup uri is supported here, + * see {@link CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI} and + * {@link PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI}. * @param mode Any of {@link #MODE_SMALL}, {@link #MODE_MEDIUM}, or * {@link #MODE_LARGE}, indicating the desired dialog size, * when supported. @@ -8531,7 +8543,9 @@ public final class ContactsContract { * @param lookupUri A * {@link ContactsContract.Contacts#CONTENT_LOOKUP_URI} style * {@link Uri} that describes a specific contact to feature - * in this dialog. + * in this dialog. A work lookup uri is supported here, + * see {@link CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI} and + * {@link PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI}. * @param excludeMimes Optional list of {@link Data#MIMETYPE} MIME-types * to exclude when showing this dialog. For example, when * already viewing the contact details card, this can be used @@ -8569,7 +8583,9 @@ public final class ContactsContract { * @param lookupUri A * {@link ContactsContract.Contacts#CONTENT_LOOKUP_URI} style * {@link Uri} that describes a specific contact to feature - * in this dialog. + * in this dialog. A work lookup uri is supported here, + * see {@link CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI} and + * {@link PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI}. * @param excludeMimes Optional list of {@link Data#MIMETYPE} MIME-types * to exclude when showing this dialog. For example, when * already viewing the contact details card, this can be used