ContactsContract.Contacts.ContentStrequentUri Property

Definition

The content:// style URI for this table joined with useful data from ContactsContract.Data, filtered to include only starred contacts.

[Android.Runtime.Register("CONTENT_STREQUENT_URI")]
public static Android.Net.Uri? ContentStrequentUri { get; }
[<Android.Runtime.Register("CONTENT_STREQUENT_URI")>]
static member ContentStrequentUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

The content:// style URI for this table joined with useful data from ContactsContract.Data, filtered to include only starred contacts. Frequent contacts are no longer included in the result as of Android version android.os.Build.VERSION_CODES#Q.

<p class="caution"><b>Caution: </b>If you publish your app to the Google Play Store, this field doesn't sort results based on contacts frequency. For more information, see the Contacts Provider page.

Java documentation for android.provider.ContactsContract.Contacts.CONTENT_STREQUENT_URI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to