How can I find out for sure that device really has gsm, cdma or other cellular network equipment (not just WiFi)?
I don\'t want to check current connected network state, bec
If you're publishing in the store, and you want to limit your application only being visible to actual phones, you could add a into your manifest that asks for android.hardware.telephony. Check out if that works for you from the documentation.