From ad42d2c22b5953b5827f9ff65b6b648634b36ea4 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 30 Mar 2016 11:22:45 -0700 Subject: docs: Clarified how multi-window applies to activities in task stack Per bug, devs were confused about behavior of activities in a task stack. Added a note to clarify that MW settings in the root activity apply to all activities in stack. See first comment for doc stage location. bug: 27870811 Change-Id: Ifb22815e06f4040f155ec52ff5bacc81da1efbfb --- docs/html/preview/features/multi-window.jd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + android:resizeableActivity set to true, then all activities + in the task stack are resizeable.

-- cgit v1.2.3-59-g8ed1b