显示警告的AndroidStudio屏幕截图:

然而,我发现这里是:
Android 8.0 (API level 26) allows activities to launch in picture-in-picture (PIP) mode.
PIP is a special type of multi-window mode mostly used for video playback. It lets the
user watch a video in a small window pinned to a corner of the screen while navigating
between apps or browsing content on the main screen.我哪儿也找不到这回事了。我是遗漏了什么还是错了?我想确定我不是在编码一条死胡同。
发布于 2020-09-03 15:53:13
enterPictureInPictureMode()在API 24中引入,在API 26中被废弃。它已经被API 26中引入的enterPictureInPictureMode(PictureInPictureParams)所取代。
https://stackoverflow.com/questions/63726982
复制相似问题