How do I find the make and model of an Android device?
For example if I'm using a HTC Legend? How do I find it out?
Ragunath Jawahar
2010-08-31 13:27:03
I'm not sure what the exact results will be, run it on an HTC Legend (or get someone else to) and find out!
fredley
2010-08-31 13:35:37
Thanks @fredley. This one works.
Ragunath Jawahar
2010-08-31 13:44:22
+2
A:
android.os.Build contains properties you are interested in.
Build.MODEL
, Build.PRODUCT
and Build.MANUFACTURER
should give you the info you need. They are all String objects.
ageektrapped
2010-08-31 13:31:20