I would like to know if there is a way for reading the Phone Model Programmatically in android.
I would like to get a string like HTC Dream, Milestone, Sapphire or whatever...
Thanks :)
|
I would like to know if there is a way for reading the Phone Model Programmatically in android. I would like to get a string like HTC Dream, Milestone, Sapphire or whatever... Thanks :) |
|||||
|
|
I use the following code to get the full device name. It gets model and manufacturer strings and concatenates them unless model string already contains manufacturer name (on some phones it does):
Here are a few examples of device names I got from the users:
|
|||
|
|
|
Yes: Build.MODEL. |
|||
|
|
|
Actually that is not 100% correct. That can give you Model (sometime numbers).
For a product name:
|
|||||||||
|
|
you can use the following code for getting the brand name and brand model of the device.
|
|||
|
|