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

This commit is contained in:
TreeHugger Robot
2016-04-30 03:29:26 +00:00
committed by Android (Google) Code Review

View File

@@ -188,7 +188,7 @@ public class ActivityInfo extends ComponentInfo
* See {@link android.R.attr#resizeableActivity}. * See {@link android.R.attr#resizeableActivity}.
* @hide * @hide
*/ */
public int resizeMode; public int resizeMode = RESIZE_MODE_RESIZEABLE;
/** /**
* Name of the VrListenerService component to run for this activity. * Name of the VrListenerService component to run for this activity.