ContactsContract.Contacts.ContentFrequentUri Property

Definition

The content:// style URI for showing a list of frequently contacted people.

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

Property Value

Uri
Attributes

Remarks

The content:// style URI for showing a list of frequently contacted people.

This member is deprecated. Frequent contacts are no longer supported as of Android version android.os.Build.VERSION_CODES#Q. This URI always returns an empty cursor.

<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_FREQUENT_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