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

Commit 1cb7dbff authored by Tom Natan's avatar Tom Natan Committed by Automerger Merge Worker
Browse files

Merge "Remove EnabledSince from OVERRIDE_MIN_ASPECT_RATIO_PORTRAIT_ONLY" into...

Merge "Remove EnabledSince from OVERRIDE_MIN_ASPECT_RATIO_PORTRAIT_ONLY" into sc-v2-dev am: 56b6a193

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

Change-Id: I9672c89a744537b07ffe1d28b92bbd1d73fef6d5
parents 59a0a3ba 56b6a193
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1010,12 +1010,12 @@ public class ActivityInfo extends ComponentInfo implements Parcelable {
     * This change id restricts treatments that force a given min aspect ratio to activities
     * This change id restricts treatments that force a given min aspect ratio to activities
     * whose orientation is fixed to portrait.
     * whose orientation is fixed to portrait.
     *
     *
     * This treatment only takes effect if OVERRIDE_MIN_ASPECT_RATIO is also enabled.
     * This treatment is enabled by default and only takes effect if OVERRIDE_MIN_ASPECT_RATIO is
     * also enabled.
     * @hide
     * @hide
     */
     */
    @ChangeId
    @ChangeId
    @Overridable
    @Overridable
    @EnabledSince(targetSdkVersion = Build.VERSION_CODES.S_V2)
    @TestApi
    @TestApi
    public static final long OVERRIDE_MIN_ASPECT_RATIO_PORTRAIT_ONLY = 203647190L; // buganizer id
    public static final long OVERRIDE_MIN_ASPECT_RATIO_PORTRAIT_ONLY = 203647190L; // buganizer id