如何获取移动设备的IMEI号码?

时间:2011-05-13 09:54:10

标签: android

朋友

如何为我们的移动设备获取IMEI号码?

Plz任何身体给予这个和。

谢谢你提前......

2 个答案:

答案 0 :(得分:3)

你可能正在寻找这样的东西:

import android.telephony.TelephonyManager;

TelephonyManager telephonyManager = (TelephonyManager)this.getSystemService(Context.TELEPHONY_SERVICE);
String imei = telephonyManager.getDeviceId();

答案 1 :(得分:-1)

Google is your friend

  1. 在主屏幕中点按设置。
  2. 向底部滚动,然后点按关于手机。
  3. 点击状态。
  4. 向下滚动,其中列出了IMEI号码。