Share via


CallLog.Calls.ContentUriWithVoicemail Property

Definition

Content uri used to access call log entries, including voicemail records.

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

Property Value

Uri
Attributes

Remarks

Content uri used to access call log entries, including voicemail records. You must have the READ_CALL_LOG and WRITE_CALL_LOG permissions to read and write to the call log, as well as READ_VOICEMAIL and WRITE_VOICEMAIL permissions to read and write voicemails.

Java documentation for android.provider.CallLog.Calls.CONTENT_URI_WITH_VOICEMAIL.

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