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

Commit e7fefcb5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set ActivityInfo.resizeMode to RESIZE_MODE_RESIZEABLE by default" into nyc-dev

parents 4f928358 8f6c925a
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.