ContactsContract.Contacts.ContentStrequentFilterUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The content:// style URI used for "type-to-filter" functionality on the
#CONTENT_STREQUENT_URI
URI.
[Android.Runtime.Register("CONTENT_STREQUENT_FILTER_URI")]
public static Android.Net.Uri? ContentStrequentFilterUri { get; }
[<Android.Runtime.Register("CONTENT_STREQUENT_FILTER_URI")>]
static member ContentStrequentFilterUri : Android.Net.Uri
Property Value
- Attributes
Remarks
The content:// style URI used for "type-to-filter" functionality on the #CONTENT_STREQUENT_URI
URI. The filter string will be used to match various parts of the contact name. The filter argument should be passed as an additional path segment after this URI.
<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_FILTER_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.