get associated Phone number with SIM

后端 未结 2 1250
猫巷女王i
猫巷女王i 2021-01-17 01:46

How can i get Phone number associated with SIM for CMDA and GSM and service provider name?

相关标签:
2条回答
  • 2021-01-17 02:38

    Android TelephonyManager, may not return the number in all cases. It may not return the number in case the Operator has not set it, You will have to create a verification scenario in which the you ask the user to enter a number, then send an SMS to verify it

    0 讨论(0)
  • 2021-01-17 02:41

    Most of what you want is in the TelephonyManager class:

    Android TelephonyManager

    for instance, getLine1Number() returns the gsm phone number

    0 讨论(0)
提交回复
热议问题