This fucking guy calls me mid meeting.
How do I block random assholes from calling me?
Google… I don’t know, add them to your contacts and then block them?
How about you can’t call me? How about I just select the name and the option appears for me to block the caller?
A phone is a fucking door to my life. I don’t tolerate Jehovah’s deepshits on Saturday mornings. Why would I allow a rando calling me mid meeting? That’s why I don’t give out my phone. Phone numbers are just even dumber than this. But if anyone who pays Google can just call me, that system is not usable to me.
Sorry Google, One fuck us is one too many for me, I’m out. I’ll be removing that app now. Thanks!


They had to! They had to make it un-deletable!!!
What the fuck is wrong with Google!!! I paid for this phone get the fuck off it asshole company!!!
FUCK YOU!
Enable USB debugging in developer settings
Get adb (platform-tools) here: https://developer.android.com/tools/releases/platform-tools
Extract the zip and open a cmd inside the folder
Plug in your phone and check if you’re connected by sending
adb devicesUninstall any app using
adb shell pm uninstall --user 0 com.example.appIn your case:
adb shell pm uninstall --user 0 com.google.android.apps.tachyonYou could also do it using Termux if you don’t have a desktop on hand
You can remove undeletable apps using Canta and Shizuku
or adb
I think that’s actually how it works on the backend (someonr please correct me if I’m wrong!) but it’s a bit more convenient since I don’t have to plug in to a computer.
You gotta look into the open source community. They can handle this super easy