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
- Tap Settings from the Home screen.
- Scroll toward the bottom and tap About phone.
- Tap Status.
- Scroll down and the IMEI number is listed there.
精彩评论