Android Network Information Get getVoiceMailAlphaTag(TelephonyManager tm)

Here you can find the source of getVoiceMailAlphaTag(TelephonyManager tm)

Description

get Voice Mail Alpha Tag

Declaration

public static String getVoiceMailAlphaTag(TelephonyManager tm) 

Method Source Code

//package com.java2s;
import android.telephony.TelephonyManager;

public class Main {
    public static String getVoiceMailAlphaTag(TelephonyManager tm) {// String
        return tm.getVoiceMailAlphaTag();
    }//from  w w w .j a  va  2  s  .c  o  m
}

Related

  1. getSimOperator(TelephonyManager tm)
  2. getSimOperatorName(TelephonyManager tm)
  3. getSimSerialNumber(TelephonyManager tm)
  4. getSimState(TelephonyManager tm)
  5. getSubscriberId(TelephonyManager tm)
  6. getVoiceMailNumber(TelephonyManager tm)
  7. hasIccCard(TelephonyManager tm)
  8. isNetworkRoaming(TelephonyManager tm)