Tuesday, June 15, 2010

[android-developers] Re: Find the Device Details using an API

Hi, you can use:

android.os.Build.MODEL to get model number and
android.os.Build.VERSION.RELEASE to get the OS version. Take a look at
the docs at:

http://developer.android.com/reference/android/os/Build.html

for details of other info you can find.

On Jun 11, 11:46 am, Abhi <abishe...@gmail.com> wrote:
> Is there an API that i can use to find the device details like model
> number and Brand name etc?
> Thanks,
> Abhi

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment