Merge "Clarify doc comment for android.os.Build.VERSION.RELEASE" am: fe79660d1e

am: 7c4bcfc298

Change-Id: I45af296fbec2d35434e0dd0fda4649e6c07e56e3
This commit is contained in:
Daniel Colascione
2018-04-06 12:36:07 -07:00
committed by android-build-merger

View File

@@ -197,7 +197,11 @@ public class Build {
public static final String INCREMENTAL = getString("ro.build.version.incremental");
/**
* The user-visible version string. E.g., "1.0" or "3.4b5".
* The user-visible version string. E.g., "1.0" or "3.4b5" or "bananas".
*
* This field is an opaque string. Do not assume that its value
* has any particular structure or that values of RELEASE from
* different releases can be somehow ordered.
*/
public static final String RELEASE = getString("ro.build.version.release");