From 462481663cbb012c8d6ecc8ba6a243862509ba54 Mon Sep 17 00:00:00 2001 From: Bradley Allen Date: Mon, 10 Aug 2020 23:16:42 +0000 Subject: [PATCH] docs: Removed Q preview language and added a link to the Android 10 page on developer.android.com. Test: http://go/forrest-run/L62500000661914456 Bug: 149267624 Change-Id: I73b92cf0af8f78117448db9a89d7685f45bc512d --- core/java/android/os/Build.java | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index b36aeb89c02a4..49a1cb588a3e6 100755 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -1006,10 +1006,16 @@ public class Build { /** * Q. - *

- * Why? Why, to give you a taste of your future, a preview of things - * to come. Con permiso, Capitan. The hall is rented, the orchestra - * engaged. It's now time to see if you can dance. + * + *

Applications targeting this or a later release will get these new changes in behavior. + * For more information about this release, see the + * Android 10 overview.

+ * + * */ public static final int Q = 29;