3

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?

haythem souissi
  • 3,263
  • 7
  • 50
  • 77

2 Answers2

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