Merge "Set ActivityInfo.resizeMode to RESIZE_MODE_RESIZEABLE by default" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e7fefcb565
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user