gpt4 book ai didi

java - 方法 setView 已弃用

转载 作者:行者123 更新时间:2023-12-03 11:18:23 24 4
gpt4 key购买 nike

当我在我的应用程序上进行自定义 toast 时,我注意到 setView 已被弃用。
Code Screenshot
有人对此有解决方案吗?

toast.setView(customView);

最佳答案

由于setView已弃用:

This method was deprecated in API level 30.Custom toast views are deprecated. Apps can create a standard text toast with the makeText(android.content.Context, java.lang.CharSequence, int) method, or use a Snackbar when in the foreground. Starting from Android Build.VERSION_CODES#R, apps targeting API level Build.VERSION_CODES#R or higher that are in the background will not have custom toast views displayed.


这很有意义 Toast 可以显示在其他应用程序的顶部,一些应用程序可以通过在其他应用程序顶部创建自定义 Toasts 来欺骗用户,即使他们的应用程序在后台也是如此。但是,如果您的应用程序位于前台,您的自定义 Toast 仍将显示在所有 Android 版本中。

关于java - 方法 setView 已弃用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63312296/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com