From 0b423e5eaea3a35fffd0ac5e8b84f097f6e77378 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Mon, 29 Aug 2016 11:48:50 -0700 Subject: [PATCH] docs: Typo fix in multi-window docs Referred to the "android:resizableActivity" property; should have been "android:resizeableactivity". English prose, however, consistently uses the (preferred) spelling "resizable". See first comment for stage location. bug: 30566808 Change-Id: I2570ff9269b4d2dc8b11f1c98817e50726be78fc --- docs/html/guide/topics/ui/multi-window.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/guide/topics/ui/multi-window.jd b/docs/html/guide/topics/ui/multi-window.jd index 704391fe4c6f6..dede557ecc9a7 100644 --- a/docs/html/guide/topics/ui/multi-window.jd +++ b/docs/html/guide/topics/ui/multi-window.jd @@ -169,7 +169,7 @@ page.keywords="multi-window", "android N", "split screen", "free-form" A root activity's attribute settings apply to all activities 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. + in the task stack are resizable.

@@ -599,7 +599,7 @@ android:supportsPictureInPicture=["true" | "false"]

If you disabled multi-window support by setting - android:resizableActivity="false", you should launch your app on + android:resizeableActivity="false", you should launch your app on a device running Android 7.0 or higher and attempt to put the app in freeform and split-screen modes. Verify that when you do so, the app remains in full-screen mode.