I am using a dual Sim phone And sometimes I get different IMEI numbers using the following code:
TelephonyManager manager = (TelephonyManager)
MyApplication.getInstance().getSystemService(Context.TELEPHONY_SERVICE);
String imeiNumber = manager.getDeviceId();
How to resolve this.