summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolas Havrikov <havrikov@google.com>2020-06-19 15:34:20 +0000
committerNikolas Havrikov <havrikov@google.com>2022-01-04 10:47:37 +0000
commit5dc95f81a92f3eca1cd5b8d963dee62db0e977a1 (patch)
treedbd10277463331c8db035bcd8f3c79f02b5aa718
parentdceb891d2f8baca94f0edbbcf4440ba3dfb4e806 (diff)
downloadbuild-5dc95f81a92f3eca1cd5b8d963dee62db0e977a1.tar.gz
Fix a typo in a README
Change-Id: I70785f9367cdd7c237cfa6f94e19f33329b2cdb9
-rw-r--r--prebuilts/gradle/PictureInPicture/kotlinApp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilts/gradle/PictureInPicture/kotlinApp/README.md b/prebuilts/gradle/PictureInPicture/kotlinApp/README.md
index aa7f4482..e1cbfca4 100644
--- a/prebuilts/gradle/PictureInPicture/kotlinApp/README.md
+++ b/prebuilts/gradle/PictureInPicture/kotlinApp/README.md
@@ -20,7 +20,7 @@ Lifecycle][5].
To specify that your activity can use PIP mode, set `android:supportsPictureInPicture` to `true` in
the manifest. (Beginning with the O Developer Preview, you do not need to set
`android:resizeableActivity` to `true` if you are supporting PIP mode, either on Android TV or on
-other Android devices; you only need to `setrandroid:resizeableActivity` if your activity supports
+other Android devices; you only need to set `android:resizeableActivity` if your activity supports
other multi-window modes.)
You can pass a [PictureInPictureParams][6] to [enterPictureInPictureMode()][7] to specify how an