tags:

views:

202

answers:

2

dear friends,

while developing an application how to get current operating system version installed in mobile phone?

for example,

1.5,2.1 etc..

can any one guide me how to get it?

any help would be appriciated.

+3  A: 

See android.os.Build.VERSION. SDK or SDK in contain the API version. android.os.Build.VERSION_CODES contains the relevant constants.

Nic Strong
A: 

Hi..

this is from Android Beginners group: here

hara