Thursday, April 7, 2011

DEVICE MODEL OR VISIBLE NAME IN ANDROID


Using Build  Class we will get the details of the mobile like device name, device info...

Build . MODEL ---- The visible device name.

Build . PRODUCT --- The name of the overall product.

Build . MANUFACTURER -- The manufacturer of the product.


For More Details about this class go through the link.
http://developer.android.com/reference/android/os/Build.html

No comments:

Post a Comment