Merge "Set ActivityInfo.resizeMode to RESIZE_MODE_RESIZEABLE by default" into nyc-dev am: e7fefcb565
am: 1a9d6ff291
* commit '1a9d6ff2919620954e9ae0d73bd0057b657b4835':
Set ActivityInfo.resizeMode to RESIZE_MODE_RESIZEABLE by default
Change-Id: I89ab61da807d0043372a253aa6c1cb1b70c4698e
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user