Reputation: 251
As the question stated, is there anyway I can get these values for every smartphone?
Upvotes: 7
Views: 11882
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
Reputation: 1830
It's not complete, but you can try https://github.com/mataanin/android-devices
Upvotes: 0
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