stop with the textra team notifications
There's got to be a way to stop the textra team notifications. It's annoying to have to delete unwanted messages all the time.
-
Torat Jamestonnz commented
The app downloads Team Textra Messages from url "http://ads.textra.me/provider" so if you have a rooted phone just add 127.0.0.1 ads.textra.me to hosts file to block. Or you can decompile the apk and change the following:
diff -r Textra SMS Pro 3.5\smali\com\mplus\lib\avl.smali Textra SMS Pro 3.5.no.team.textra.messages\smali\com\mplus\lib\avl.smali
34c34
< const-string v0, "http://ads.textra.me/provider-error"
---
> const-string v0, "http://127.0.0.1/provider-error"
211c211
< const-string v0, "http://ads.textra.me/provider"
---
> const-string v0, "http://127.0.0.1/provider"