How about below API? public String <http://developer.android.com/reference/java/lang/String.html> getDeviceId () Since: API Level 1<http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels>
Returns the unique device ID, for example, the IMEI for GSM and the MEID or ESN for CDMA phones. Return null if device ID is not available. Requires Permission: READ_PHONE_STATE<http://developer.android.com/reference/android/Manifest.permission.html#READ_PHONE_STATE> 2012/7/30 kalandar <[email protected]> > Dear friends , I got a solution to find the android device is mobile or > tablet in programetically, > i just want to share this with all of you.... > > Find device is mobile or > tablet<http://kalandarandroid.blogspot.in/2012/07/find-device-is-mobile-or-tablet.html> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

