Currently I was working on an app and I wanted to add a function to keep track of the type of telco/service provider they are on for analytic purpose.
But i found out that if the user using on a tablet with mobile internet (eg. nexus 7 3g), i won't be able to get the name for service provider. I've tried getSimOperator()
and getNetworkOperatorName()
and both returning null values. Is there any way possible to get the service provider name or is not possible for device that can't make phone call ?
Thanks in advance =)