summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolas Havrikov <havrikov@google.com>2022-01-04 13:22:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-04 13:22:10 +0000
commit736a602f2e61b1130f5f68f36d14afb0f5f2e7f0 (patch)
treecf8bf0ef181d0439ac96139cb3060713c82a3740
parentd1a9104e9ec84a13f0b3d1632d41b5aae71b84e1 (diff)
parent36d1050dbb81e64771b689007cf7260c315ede58 (diff)
downloadbuild-736a602f2e61b1130f5f68f36d14afb0f5f2e7f0.tar.gz
Merge "Fix a typo in a README" am: a22db3e230 am: fb6b4f90cb am: 36d1050dbb
Original change: https://android-review.googlesource.com/c/platform/developers/build/+/1344657 Change-Id: I8526972a220275a68232ca89a3b5245df79ffdfb
-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