微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

AndroidStudio 4说,从API 26开始,enterPictureInPicture已被弃用-这是不正确的,对吧?

如何解决AndroidStudio 4说,从API 26开始,enterPictureInPicture已被弃用-这是不正确的,对吧?

显示警告的AndroidStudio屏幕截图:

enter image description here

但是我发现here是:

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.

我无处可寻。我是否缺少某些东西或AS错误?我想确保我没有沿死路编码。

解决方法

enterPictureInPictureMode()是在API 24中引入的,而在API 26中已弃用。它已由API 26中引入的enterPictureInPictureMode(PictureInPictureParams)所取代。

此处的文档:https://developer.android.com/reference/android/app/Activity#enterPictureInPictureMode(android.app.PictureInPictureParams)

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。