Comment on Google meet ready set enshitify!
IDew@lemmy.zip 2 weeks ago-
Enable USB debugging in developer settings
-
Get adb (platform-tools) here: developer.android.com/tools/…/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 devices -
Uninstall any app using
adb shell pm uninstall --user 0 com.example.app
In your case: adb shell pm uninstall --user 0 com.google.android.apps.tachyon
You could also do it using Termux if you don’t have a desktop on hand