Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/180.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
AndroidStudio 4说enterPictureInPicture从API 26开始就被删除了-这是不正确的,对吗?_Android_Android Studio_Android Studio 4.0_Android Picture In Picture - Fatal编程技术网

AndroidStudio 4说enterPictureInPicture从API 26开始就被删除了-这是不正确的,对吗?

AndroidStudio 4说enterPictureInPicture从API 26开始就被删除了-这是不正确的,对吗?,android,android-studio,android-studio-4.0,android-picture-in-picture,Android,Android Studio,Android Studio 4.0,Android Picture In Picture,AndroidStudio屏幕截图显示警告: 但我发现: 我哪里也找不到现在的种族歧视。我是遗漏了什么还是错了?我想确定我没有陷入死胡同。enterPictureInPictureMode()在API 24中引入,在API 26中被弃用。它已被API 26中引入的输入PictureInPictureMode(PictureInPictureParams)所取代 此处的文档:Aha!非常感谢。 Android 8.0 (API level 26) allows activities to lau

AndroidStudio屏幕截图显示警告:

但我发现:


我哪里也找不到现在的种族歧视。我是遗漏了什么还是错了?我想确定我没有陷入死胡同。

enterPictureInPictureMode()在API 24中引入,在API 26中被弃用。它已被API 26中引入的
输入PictureInPictureMode(PictureInPictureParams)
所取代


此处的文档:

Aha!非常感谢。
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.