summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-15 04:01:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-15 04:01:59 +0000
commitc0d9d3fbe0be18982d57fd5e3c0fa59803157c9b (patch)
treecf8bf0ef181d0439ac96139cb3060713c82a3740
parent5f52f6464aea81d744e156751bf6d450ee1adfe3 (diff)
parent14c252498e7f03de8c5c6a65fdf1d7393b5ffcd6 (diff)
downloadbuild-android14-tests-release.tar.gz
Change-Id: I7823c75b21d06a2086d466f22e0faa8701478f8f
-rw-r--r--prebuilts/gradle/PictureInPicture/README.md2
-rw-r--r--prebuilts/gradle/PictureInPicture/kotlinApp/README.md2
2 files changed, 2 insertions, 2 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
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