List of usage examples for android.telecom PhoneAccount SCHEME_VOICEMAIL
String SCHEME_VOICEMAIL
To view the source code for android.telecom PhoneAccount SCHEME_VOICEMAIL.
Click Source Link
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); }