Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b53e60c authored by Bradley Allen's avatar Bradley Allen Committed by Automerger Merge Worker
Browse files

Merge "docs: Added links to the Android 11 summary pages on...

Merge "docs: Added links to the Android 11 summary pages on developer.android.com." into rvc-dev am: 5d7be413 am: 7fad6c94

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

Change-Id: I07f725e2e54412998152f0e0bc08c3a491182f34
parents 4db6ccaa 7fad6c94
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1021,6 +1021,18 @@ public class Build {

        /**
         * R.
         *
         * <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/11">Android 11 overview</a>.</p>
         * <ul>
         * <li><a href="/about/versions/11/behavior-changes-all">Behavior changes: all apps</a></li>
         * <li><a href="/about/versions/11/behavior-changes-11">Behavior changes: Apps targeting
         * Android 11</a></li>
         * <li><a href="/about/versions/11/non-sdk-11">Updates to non-SDK interface restrictions
         * in Android 11</a></li>
         * </ul>
         *
         */
        public static final int R = 30;
    }