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

am: e8d7c01e8a

Change-Id: Ife07062b479b5cffc6e56a8d46d545c22caf8198
This commit is contained in:
Rob Carr
2017-05-02 01:09:25 +00:00
committed by android-build-merger

View File

@@ -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;