Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 47f10b9d authored by Andrew Solovay's avatar Andrew Solovay Committed by android-build-merger
Browse files

docs: Typo fix in multi-window docs

am: 0b423e5e

Change-Id: I747405c7c80041146e8a5e6498fed621f562f1d5
parents 0117f926 0b423e5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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">
@@ -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.