Merge "docs: Clarified how multi-window applies to activities in task stack" into mnc-mr-docs

am: a23e28f

* commit 'a23e28f5e4fdb3dda6da3a528d30c9eaa8ff4e85':
  docs: Clarified how multi-window applies to activities in task stack

Change-Id: Id7c6ed4137a9e1d314f54ba98f2efa4569d1a231
This commit is contained in:
Andrew Solovay
2016-03-30 19:45:50 +00:00
committed by android-build-merger

View File

@@ -162,7 +162,9 @@ page.keywords="multi-window", "android N", "split screen", "free-form"
whether your app's activities support multi-window display. You can set
attributes in your manifest to control both size and layout.
A root activity's attribute settings apply to all activities
within its task stack.
within its task stack. For example, if the root activity has
<code>android:resizeableActivity</code> set to true, then all activities
in the task stack are resizeable.
</p>
<p class="note">