summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-06 18:44:10 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-06 18:44:10 +0000
commit813f15d05328969200ab9edd855992ed56b1e94b (patch)
treecf8bf0ef181d0439ac96139cb3060713c82a3740
parent56e43795a7d133bafb3ebcb9f5e3b493bbaa2f23 (diff)
parenta22db3e23096b1b2576b2f59fbe4ae4a6d6b4085 (diff)
downloadbuild-813f15d05328969200ab9edd855992ed56b1e94b.tar.gz
Snap for 8050040 from a22db3e23096b1b2576b2f59fbe4ae4a6d6b4085 to simpleperf-release
Change-Id: I74e4e812476a3a7c1acd86097908e5c18a013920
-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