A Simple Method for Android to obtain a local phone number

Source: Internet
Author: User

How to obtain the phone number of the Local Machine on Android? Currently, an API is provided on Android to read the fixed number on the early SIM card,

CopyCodeThe Code is as follows: Private string getphonenumber (){
Telephonymanager mtelephonymgr;
Mtelephonymgr = (telephonymanager) getsystemservice (context. telephony_service );
Return mtelephonymgr. getline1number ();
}

The above getphonenumber method returns the current phone number, which must be in androidmanifest. add android. permission. read_phone_state permission, but android123 prompts you that the above method can only obtain mobile phone numbers of very old SIM cards. Currently, mainstream mobile phone numbers are generally obtained by sending text messages to SP or receiving mobile phones.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.