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.
我必须调用第三方库中的方法,不幸的是该方法发出了不必要的 Toast 消息。有没有办法阻止 Toast 消息显示(例如,在调用该方法之前暂时关闭所有 Toast 消息,然后立即打开它们)?
不,对不起。如果你有第三方库的源代码,你可以删掉有问题的Toast. 或者,您可以要求库的开发人员摆脱Toast,或使其可配置。否则,你会被它困住。
Toast