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

Commit e8d7c01e authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "Fix rotation animation selection." into oc-dev

parents 136a48e3 c0149bf0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -883,9 +883,12 @@ public class ActivityInfo extends ComponentInfo
    /**
     * Screen rotation animation desired by the activity, with values as defined
     * for {@link android.view.WindowManager.LayoutParams#rotationAnimation}.
     *
     * -1 means to use the system default.
     *
     * @hide
     */
    public int rotationAnimation = ROTATION_ANIMATION_ROTATE;
    public int rotationAnimation = -1;

    /** @hide */
    public static final int LOCK_TASK_LAUNCH_MODE_DEFAULT = 0;