CallLog.Calls.ContentVoipUri 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 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
- 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.