开发者

How To Get IEMI Number For Our Mobile Device?

开发者 https://www.devze.com 2023-03-05 10:00 出处:网络
Friends How To 开发者_StackOverflow社区Get IEMI Number For Our Mobile Device? Plz Any Body Give This Ans.

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

精彩评论

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