robuildversioncodename
robuildversioncodename is an informal shorthand used to refer to the Android system property ro.build.version.codename. This property is part of the build properties used by Android to describe the current operating system build. It indicates the development codename of the OS version in use, and is often queried by developers and tools to determine the software state of a device.
In typical Android builds, ro.build.version.codename contains a development codename (for example a letter such as Q,
Usage and access: developers, OEMs, and advanced users may query this property to determine the OS stage.
Notes: Factory devices and custom ROMs may modify this value, so it should not be relied upon