Merge "docs: Removed Q preview language and added a link to the Android 10 page on developer.android.com." into rvc-dev am: 6dfedd05a7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12347462

Change-Id: I7745361a5d9fcda8359b8245a72d2f75e59f30c4
This commit is contained in:
Bradley Allen
2020-08-12 16:46:33 +00:00
committed by Automerger Merge Worker

View File

@@ -1012,10 +1012,16 @@ public class Build {
/** /**
* Q. * Q.
* <p> *
* <em>Why? Why, to give you a taste of your future, a preview of things * <p>Applications targeting this or a later release will get these new changes in behavior.
* to come. Con permiso, Capitan. The hall is rented, the orchestra * For more information about this release, see the
* engaged. It's now time to see if you can dance.</em> * <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; public static final int Q = 29;