From cefc89c911ef17794b81aa0a3c0966ea2339a9cc Mon Sep 17 00:00:00 2001 From: Bradley Allen Date: Wed, 9 Sep 2020 17:30:08 +0000 Subject: docs: Added links to the Android 11 summary pages on developer.android.com. Test: http://go/forrest-run/L06800000688439076 Bug: 163618180 Change-Id: Ibe136020df4ef60183f3726fc0f6336b58c37f99 --- core/java/android/os/Build.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 49a1cb588a3e..bde332792e18 100755 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -1021,6 +1021,18 @@ public class Build { /** * R. + * + *

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

+ * + * */ public static final int R = 30; } -- cgit v1.2.3-59-g8ed1b