summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolas Havrikov <havrikov@google.com>2020-06-19 15:30:26 +0000
committerNikolas Havrikov <havrikov@google.com>2022-01-04 10:47:49 +0000
commit25d029c1e19b26315521d54197604554469cab00 (patch)
treeba47d7a39de3aee2cb940cd25d4db5d0b668ecdc
parentdceb891d2f8baca94f0edbbcf4440ba3dfb4e806 (diff)
downloadbuild-25d029c1e19b26315521d54197604554469cab00.tar.gz
Fix a typo in a README
Change-Id: Ia1a816d6ef37ad6cb3c6f30fb464b17913f0f77e
-rw-r--r--prebuilts/gradle/PictureInPicture/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilts/gradle/PictureInPicture/README.md b/prebuilts/gradle/PictureInPicture/README.md
index 5c146947..bec93241 100644
--- a/prebuilts/gradle/PictureInPicture/README.md
+++ b/prebuilts/gradle/PictureInPicture/README.md
@@ -21,7 +21,7 @@ Lifecycle][5].
To specify that your activity can use PIP mode, set `android:supportsPictureInPicture` to `true` in
the manifest. (Beginning with Android O, you do not need to set
`android:resizeableActivity` to `true` if you are supporting PIP mode you only need to
-`setrandroid:resizeableActivity` if your activity supports other multi-window modes.)
+set `android:resizeableActivity` if your activity supports other multi-window modes.)
You can pass a [PictureInPictureParams][6] to [enterPictureInPictureMode()][7] to specify how an
activity should behave when it is in PiP mode. You can also use it to call