隐藏吐司吐司

由网友(你是我病要我命)分享简介:我开发使用系统活动添加联系人到手机内存中的应用程序。这种外部活动节省了接触后启动一个面包。有没有办法摆脱它的可能?这将是完美的,如果我能得到它的一个引用调用取消(),或取消所有排队的祝酒词。有没有面包的经理吗?I am developing an application that uses system activi...

我开发使用系统活动添加联系人到手机内存中的应用程序。这种外部活动节省了接触后启动一个面包。有没有办法摆脱它的可能?这将是完美的,如果我能得到它的一个引用调用取消(),或取消所有排队的祝酒词。有没有面包的经理吗?

I am developing an application that uses system activity to add a contact to phone's memory. This external activity launches a Toast after saving the contact. Is there any possibility to get rid of it? It would be perfect if I could get a reference to it to call cancel() or cancel all queued Toasts. Is there any Toast manager?

推荐答案

没有。你可以取消敬酒,如果你有它的一个引用,但因为它是由一个单独的活动创造了你不能访问它。

No. You could cancel the Toast if you had a reference to it but since it is created by a separate activity you can't access it.

阅读全文

相关推荐

最新文章