is it possible to disable all Toasts in an Activity? I use an Library which displays toasts on every start. This is getting annoying for some users of my app. Is it possible to force Toasts to disable?
thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sorry, but there is no way for you to disable the display of
Toasts, other than to get the source code to your JAR, remove them at the source level, and rebuild the JAR.