tags:

views:

5

answers:

1

Hi,

I'm trying to read which ROM the user is using from my app.

It seems that this info can be seen in the phone's settings, in the About Phone setting under "Build Number".

How can I read this info with code?

Couldn't see it with android.os.Build class..

Thanks.

+1  A: 

Oops, found it. it's in android.os.Build.DISPLAY

Ran