[android-developers] how to know type of the device

2009-12-09 Thread saikiran n
Hi I have gone through android.os.Build api and seen some of the device details like manufaterer and deviceId etc.. But i need some other details like software vertion,type of the device like is it phone or PDA,maximum length of the management tree ,Bearer details, hardware vertion etc Is there any

Re: [android-developers] how to know type of the device

2009-12-09 Thread Wayne Wenthin
The Flurry API gives you some of these. www.flurry.com On Wed, Dec 9, 2009 at 8:40 AM, saikiran n wrote: > Hi > I have gone through android.os.Build api > and seen some of the device details like manufaterer and deviceId etc.. > But i need some other details like software vertion,type of the de

Re: [android-developers] how to know type of the device

2009-12-09 Thread Dianne Hackborn
The software version is Build.SDK / Build.SDK_INT. Android currently only supports phones, so there is no other type. There is currently no management tree. There is no hardware version. On Wed, Dec 9, 2009 at 8:40 AM, saikiran n wrote: > Hi > I have gone through android.os.Build api > and se