diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index 49a1cb588a3e6..bde332792e18f 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; }