I was going through the Telephony manager API in android and came across these two functions :
getNetworkOperatorName : Returns the alphabetic name of current registered operator. getSimOperatorName() : Returns the Service Provider Name
My understanding is not so clear on these terms. What is the difference betwen these two? Please give some examples if possible.