commit | 14c252498e7f03de8c5c6a65fdf1d7393b5ffcd6 | [log] [tgz] |
---|---|---|
author | Nikolas Havrikov <[email protected]> | Tue Jan 04 13:41:14 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Jan 04 13:41:14 2022 +0000 |
tree | cf8bf0ef181d0439ac96139cb3060713c82a3740 | |
parent | 90b34d86ccb0fe5902e33ad6bc1199a58023b47f [diff] | |
parent | 736a602f2e61b1130f5f68f36d14afb0f5f2e7f0 [diff] |
Merge "Fix a typo in a README" am: a22db3e230 am: fb6b4f90cb am: 36d1050dbb am: 736a602f2e Original change: https://android-review.googlesource.com/c/platform/developers/build/+/1344657 Change-Id: I05d1ad3ee8206b09a7545bb91fc3b0803d37d57f
diff --git a/prebuilts/gradle/PictureInPicture/kotlinApp/README.md b/prebuilts/gradle/PictureInPicture/kotlinApp/README.md index aa7f448..e1cbfca 100644 --- a/prebuilts/gradle/PictureInPicture/kotlinApp/README.md +++ b/prebuilts/gradle/PictureInPicture/kotlinApp/README.md
@@ -20,7 +20,7 @@ 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