How to turn off Gemini on Android — and why you should
squaresinger @ squaresinger @lemmy.world Posts 4Comments 580Joined 4 mo. ago
squaresinger @ squaresinger @lemmy.world
Posts
4
Comments
580
Joined
4 mo. ago
adb devices
and allow USB debugging for this PC on your phoneadb shell pm disable-user --user 0 com.google.android.apps.gemini
You can do that with any app you like, they can all be disabled that way. Beware though: if you disable critical system components (like e.g. your last launcher, keyboard or systemui) you might not have a great time using your phone afterwards.