BlockedNumberContract.BlockedNumbers.ContentUri Property

Definition

Content URI for the blocked numbers.

[Android.Runtime.Register("CONTENT_URI", ApiSince=24)]
public static Android.Net.Uri? ContentUri { get; }
[<Android.Runtime.Register("CONTENT_URI", ApiSince=24)>]
static member ContentUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

Content URI for the blocked numbers. <h3> Supported operations </h3>

blocked <ul> <li> query <li> delete <li> insert </ul>

blocked/ID <ul> <li> query (selection is not supported) <li> delete (selection is not supported) </ul>

Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.CONTENT_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