diff options
| author | 2016-03-30 19:33:01 +0000 | |
|---|---|---|
| committer | 2016-03-30 19:33:02 +0000 | |
| commit | a23e28f5e4fdb3dda6da3a528d30c9eaa8ff4e85 (patch) | |
| tree | df3556acdcf3fa0bea26245bab873e586f83e62a | |
| parent | abb9f4db5a5166c066f58fa75cd61ac0b07a52a0 (diff) | |
| parent | ad42d2c22b5953b5827f9ff65b6b648634b36ea4 (diff) | |
Merge "docs: Clarified how multi-window applies to activities in task stack" into mnc-mr-docs
| -rw-r--r-- | docs/html/preview/features/multi-window.jd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/html/preview/features/multi-window.jd b/docs/html/preview/features/multi-window.jd index a12ab948bbe4..9527905404fc 100644 --- a/docs/html/preview/features/multi-window.jd +++ b/docs/html/preview/features/multi-window.jd @@ -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"> |