Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check android device codename?

Tags:

android

Some android devices (models) are released in many versions. I suppose they differ in their firmwares (ROM) which varies according to the region (and the carrier) it has been sold in. The question is how can I check whether my Samsung Galaxy S3 is md0, m0skt or maybe d2spr ? The best would be to check it programmatically. Is it possible?

enter image description here

like image 887
XorOrNor Avatar asked Jul 18 '13 11:07

XorOrNor


1 Answers

The Build class gives access to various device property strings.

like image 171
techiServices Avatar answered Oct 04 '22 09:10

techiServices