Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以禁用 Activity 中的所有 Toast?我使用一个图书馆,它在每次开始时都会显示祝酒词。这对我的应用程序的一些用户来说越来越烦人了。是否可以强制 Toasts 禁用?
谢谢你。
Toasts抱歉,除了获取 JAR 的源代码、在源级别删除它们并重新构建 JAR 之外,您无法禁用 的显示。
Toasts