A complete list of all android devices
android
Solution
The only complete list that I can find is: List of all devices supported by Google Play Store
Problem
I need to map the device model (such as "Samsung GT-I9300") to brand names (such as "Samsung Galaxy S 3"). Where can I find a complete list of devices with a mapping? Why I'm asking this: On Android, `android.os.Build.MODEL` returns the model name, such as GT-I9300. There is no way to get a human-readable brand name, so in order to show a human-readable name, such as "Galaxy S III", I apparently need to manually map all the Android device models in the world. This is why I'm looking for such a list, or a better solution for this issue if anyone has an idea.