is there any way to find the mobile operator for the number entered by the user in edit text. just like paytm. when user enter the phone number. it will automatically fetch the operator name.
i have following code to find the user device operator name. but i need to find the operator name when user enter the mobile number in edit text.
TelephonyManager telephonyManager = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
String operatername = telephonyManager.getNetworkOperatorName();