开发者

How To Get IEMI Number For Our Mobile Device?

Friends

How To 开发者_StackOverflow社区Get IEMI Number For Our Mobile Device?

Plz Any Body Give This Ans.

Thanks For Advance..


You're probably looking for something like this:

import android.telephony.TelephonyManager;

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


Google is your friend

  1. Tap Settings from the Home screen.
  2. Scroll toward the bottom and tap About phone.
  3. Tap Status.
  4. Scroll down and the IMEI number is listed there.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜