summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Bradley Allen <bradleyallen@google.com> 2020-08-12 16:38:01 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-08-12 16:38:01 +0000
commit6dfedd05a7dd91490d1ad9b67b1fb52380401198 (patch)
treee368a87dc3c7de8a12c9a147a8291dd686917ade
parentad19ed2577d6eae4891b10e8c2baf569ffe142b5 (diff)
parent462481663cbb012c8d6ecc8ba6a243862509ba54 (diff)
Merge "docs: Removed Q preview language and added a link to the Android 10 page on developer.android.com." into rvc-dev
-rwxr-xr-xcore/java/android/os/Build.java14
1 files changed, 10 insertions, 4 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java
index b36aeb89c02a..49a1cb588a3e 100755
--- a/core/java/android/os/Build.java
+++ b/core/java/android/os/Build.java
@@ -1006,10 +1006,16 @@ public class Build {
/**
* Q.
- * <p>
- * <em>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.</em>
+ *
+ * <p>Applications targeting this or a later release will get these new changes in behavior.
+ * For more information about this release, see the
+ * <a href="/about/versions/10">Android 10 overview</a>.</p>
+ * <ul>
+ * <li><a href="/about/versions/10/behavior-changes-all">Behavior changes: all apps</a></li>
+ * <li><a href="/about/versions/10/behavior-changes-10">Behavior changes: apps targeting API
+ * 29+</a></li>
+ * </ul>
+ *
*/
public static final int Q = 29;