My question is quite simple. Is it possible to inactivate all toasts of an application by setting a preference of something like that. Is there for example a method which does that in the SDK?
+3
A:
No, sorry! You could implement this yourself, by tracking a preference and wrapping all your Toast
references in a test to see if that preference is checked.
CommonsWare
2010-03-09 12:56:47
ok, maybe i'll do that. tanks again Mr Murphy ;)
Sephy
2010-03-09 16:20:53