homi3kh
homi3kh

Reputation: 251

Where can I find all android.os.Build.MODEL value for all phone?

As the question stated, is there anyway I can get these values for every smartphone?

Upvotes: 7

Views: 11882

Answers (3)

Yojimbo
Yojimbo

Reputation: 24296

You can get a very long list of device makes and models from Google's list of Supported Devices. As of February 2025, there are over 46,800 devices listed. The device list can be downloaded as a CSV file.

Upvotes: 5

Scott Montgomerie
Scott Montgomerie

Reputation: 1830

It's not complete, but you can try https://github.com/mataanin/android-devices

Upvotes: 0

AndroidEnthusiastic
AndroidEnthusiastic

Reputation: 931

it's not possible to list all smart phones details. By using android.os.Build.MODEL we can find which device we are using. please refer this site for smart phone details (http://en.wikipedia.org/wiki/Comparison_of_Android_devices)

Upvotes: 0

Related Questions