1

I am making an app in which I have to get device type. Which means is the device GSM or CDMA? And how do I get the manufacturer of the phone? Can anyone help me how to do this?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62

1 Answers1

3

Look at TelephonyManager for the CDMA vs GSM thing. And call getPhoneType()

And look at The Docs regarding the manufacturer thing.

You can also try searching:
https://stackoverflow.com/search?q=%5Bandroid%5D+get+manufacturer
https://stackoverflow.com/search?q=%5Bandroid%5D+check+network+type

Community
  • 1
  • 1
Reed
  • 14,703
  • 8
  • 66
  • 110