Language

CallLog.Calls.ContentVoipUri Property

Definition

The content:// style URL for VoIP applications to query the data belongs to them.

[Android.Runtime.Register("CONTENT_VOIP_URI", ApiSince=36)]
public static Android.Net.Uri ContentVoipUri { get; }
[<Android.Runtime.Register("CONTENT_VOIP_URI", ApiSince=36)>]
static member ContentVoipUri : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

The content:// style URL for VoIP applications to query the data belongs to them.

Applications granted the MANAGE_OWN_CALLS permission can access their own logs.

Java documentation for android.provider.CallLog.Calls.CONTENT_VOIP_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