From a861ff7a6479d86a651fb92118ef3b68b49429e2 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 6 Aug 2018 13:43:30 -0700 Subject: docs: Adding links to "about version" pages For the various Build.VERSION_CODES. constants, adding a link to the appropriate "about this release" page in /about/versions/ , if there is one. Staged doc to: http://go/dac-stage/reference/android/os/Build.VERSION_CODES Bug: 80546406 Test: make ds-docs Change-Id: If363445c938d325172da6beeed25e821121c5539 --- core/java/android/os/Build.java | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 2de07b5bb408..de25fd214d48 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -624,7 +624,8 @@ public class Build { * October 2013: Android 4.4, KitKat, another tasty treat. * *

Applications targeting this or a later release will get these - * new changes in behavior:

+ * new changes in behavior. For more information about this release, see the + * Android KitKat overview.

*