robuildversionincremental
ro.build.version is a set of Android system properties used to expose the operating system version and build metadata of the running device. Defined by the Android build system, these properties can vary by device, OEM, and ROM, and they help the system and apps identify the software environment.
Key properties in this family typically include ro.build.version.release, the user-visible version string such as "13"; ro.build.version.sdk,
Usage and accessibility: Android surfaces version information through official APIs such as the Build.VERSION class (for
Variations and considerations: On official devices, properties reflect the manufacturer’s OS version and build identifiers. Custom