I am looking to get all the android.os.Build.MODEL values for phones and tablets so I can customize my application to features for these specific phones. Is there an existing list out there? Could someone provide me with a list?
Asked
Active
Viewed 6,844 times
3
-
i see that is no easy. so i choose my targets: – haythem souissi Feb 20 '12 at 15:38
-
what i got if i use: nexusOne, GalaxyNexus, samsung galaxy and any device tab – haythem souissi Feb 20 '12 at 15:40
-
This answer from another question points to a site which has the values for various Android devices: http://stackoverflow.com/a/8056925/211292 – ThomasW Jul 18 '12 at 09:55
2 Answers
1
To publish apps, you need an account at Google Play. Go to play.google.com/apps/publish and login. There at Menu APK is a list of all supported Devices. The names of the devices are similar to android.os.Build.MODEL and there you will find the android.os.Build.DEVICE parm, too.

ahaha
- 11
- 1
1
The best list I could find is http://en.wikipedia.org/wiki/Comparison_of_Android_devices
but sadly it does not include the android.os.Build.MODEL values :o(

Regis St-Gelais
- 3,156
- 5
- 27
- 40
-
yes we can use the column name in the table. but it is not true for all devices. Thanks – haythem souissi Mar 14 '12 at 15:17
-
1it used to but some moronic wikipedian removed it because they considered it "useless" – nont Jun 13 '13 at 19:16
-