How to remove toast?

seaim

New Member
Feb 4, 2021
4
0
Hello. When launch some mod games show Toast: "This game downloaded superwebsite.com".
How remove this massage? Maybe any tools?
 

Rich

Old Fart
Modder
Donor
Respected User
Game Developer
Jun 25, 2017
2,496
7,085
You're going to have to be a lot more specific. What games? Built with what engine? On what platform?

There isn't near enough information in your question to answer.
 

seaim

New Member
Feb 4, 2021
4
0
You're going to have to be a lot more specific. What games? Built with what engine? On what platform?

There isn't near enough information in your question to answer.
Ouuu, sorry: Android, smali (java)...
 

Rich

Old Fart
Modder
Donor
Respected User
Game Developer
Jun 25, 2017
2,496
7,085
Ouuu, sorry: Android, smali (java)...
If it's Android Java, then what you'd probably have to do is to disassemble the .apk file to get back the binaries, then decompile them back into Java source, then find the code that popped up the notification, then recompile and reassemble apk. Doable, but not for the faint of heart, or the I-don't-know-Java crowd.