im building an application that requires the country the user is in. I have no problem getting the country if the user is using a smart phone with
telephonyManager.getNetworkCountryIso()
but how can I achieve this if they are not using a sim, i.e. a nexus 7???
Any help would be greatly appreciated
Thanks