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

am: e7fefcb565

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

Change-Id: I7187746826a5ae3f82f95ac203d6ae063b56275e
This commit is contained in:
Wale Ogunwale
2016-04-30 03:34:59 +00:00
committed by android-build-merger

View File

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