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

Commit e777ee22 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Merge "Set ActivityInfo.resizeMode to RESIZE_MODE_RESIZEABLE by default" into...

Merge "Set ActivityInfo.resizeMode to RESIZE_MODE_RESIZEABLE by default" into nyc-dev am: e7fefcb5 am: 1a9d6ff2
am: 027612d7

* commit '027612d7':
  Set ActivityInfo.resizeMode to RESIZE_MODE_RESIZEABLE by default

Change-Id: I7039b26a64e8a63515de5b42907135e53b2ea97b
parents a03ffbda 027612d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ public class ActivityInfo extends ComponentInfo
     * See {@link android.R.attr#resizeableActivity}.
     * @hide
     */
    public int resizeMode;
    public int resizeMode = RESIZE_MODE_RESIZEABLE;

    /**
     * Name of the VrListenerService component to run for this activity.