summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolas Havrikov <havrikov@google.com>2022-01-04 13:22:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-04 13:22:09 +0000
commitd1a9104e9ec84a13f0b3d1632d41b5aae71b84e1 (patch)
treeba47d7a39de3aee2cb940cd25d4db5d0b668ecdc
parent23551835b0695c352c63061acd5fe3ea463e1c40 (diff)
parentb850045b721984044a62abfc6cf2ca8edd48c723 (diff)
downloadbuild-d1a9104e9ec84a13f0b3d1632d41b5aae71b84e1.tar.gz
Merge "Fix a typo in a README" am: 431d21ceae am: 6cc80eddb2 am: b850045b72
Original change: https://android-review.googlesource.com/c/platform/developers/build/+/1344656 Change-Id: Ia9aab4424e7e87b6a009bbfccf84b8f353be357a
-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