Skip to content

Commit

Permalink
docs: Typo fix in multi-window docs
Browse files Browse the repository at this point in the history
am: 0b423e5

Change-Id: I18fe652d972196630006517bacc26b7441efe9ed
  • Loading branch information
asolovay authored and android-build-merger committed Sep 1, 2016
2 parents d3f5908 + 0b423e5 commit 2570531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/html/guide/topics/ui/multi-window.jd
Original file line number Diff line number Diff line change
Expand Up @@ -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
<code>android:resizeableActivity</code> set to true, then all activities
in the task stack are resizeable.
in the task stack are resizable.
</p>

<p class="note">
Expand Down Expand Up @@ -599,7 +599,7 @@ android:supportsPictureInPicture=["true" | "false"]

<p>
If you disabled multi-window support by setting
<code>android:resizableActivity="false"</code>, you should launch your app on
<code>android:resizeableActivity="false"</code>, 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.
Expand Down

0 comments on commit 2570531

Please sign in to comment.