Obtain the IMEI, mobile phone name, system SDK version, system version, and imeisdk of the device.

Source: Internet
Author: User

Obtain the IMEI, mobile phone name, system SDK version, system version, and imeisdk of the device.

1. Get device IMEI

TelephonyManager tm = (TelephonyManager) getSystemService (Context. TELEPHONY_SERVICE); String IMEIs = tm. getDeviceId ();

Required Permissions

<Uses-permission android: name = "android. permission. READ_PHONE_STATE"> </uses-permission>

 

Result: 867463029221621

 

2. Get the mobile phone name

String phoneName = android. OS. Build. MODEL;

 

Running result: MI 4LTE (my mobile phone is Xiaomi 4 Mobile 4G)

 

3. Obtain the system SDK version.

Int phoneSDK = Build. VERSION. SDK_INT;

 

Running result: 19

 

4. Obtain the mobile phone system version number

String phoneVersion = android. OS. Build. VERSION. RELEASE;

 

Running result: 4.4.4

 

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.