Share via


Telephony.MmsSms.SearchUri Property

Definition

Pass in a query parameter called "pattern" which is the text to search for.

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

Property Value

Uri
Attributes

Remarks

Pass in a query parameter called "pattern" which is the text to search for. The sort order is fixed to be: thread_id ASC, date DESC.

Java documentation for android.provider.Telephony.MmsSms.SEARCH_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