diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index ba3fa668dffa7..2ad5da056659c 100755 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -1027,6 +1027,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; }