Example usage for android.telecom PhoneAccount SCHEME_VOICEMAIL

List of usage examples for android.telecom PhoneAccount SCHEME_VOICEMAIL

Introduction

In this page you can find the example usage for android.telecom PhoneAccount SCHEME_VOICEMAIL.

Prototype

String SCHEME_VOICEMAIL

To view the source code for android.telecom PhoneAccount SCHEME_VOICEMAIL.

Click Source Link

Document

URI scheme for voicemail URIs.

Usage

From source file:com.mobileglobe.android.customdialer.common.CallUtil.java

/**
 * @return Uri that directly dials a user's voicemail inbox.
 *///from w  w w  .ja v a  2s. co  m
public static Uri getVoicemailUri() {
    return Uri.fromParts(PhoneAccount.SCHEME_VOICEMAIL, "", null);
}