Boardy
Boardy

Reputation: 36227

How to get the ROM Name from Android programatically

I am working on android project and I wish to to retrieve the ROM name (not Android OS name) I.e. CyanogenMod Nightly 11.

Is this possible Google doesn't seem to be finding anything.

Thanks for any help you can provide.

Upvotes: 1

Views: 2442

Answers (1)

shem
shem

Reputation: 4712

How about using Build.DISPLAY most of the ROM's override it, although it's a developer choice so you can't trust it will work 100%

Upvotes: 7

Related Questions