Implement this in OnCreate() method:
TelephonyManager tMgr = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
String operator = tMgr.getDeviceId();
TelephonyManager tMgr = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
String operator = tMgr.getDeviceId();