Otros
com.google.android.gms
Google Play services
- Riesgo
- Con cuidado
- Origen
- Qué es
- Otros
Qué es
GMS = Google Mobile Services. It is a layer that sits on top of the OS and provides a lot of proprietary Google APIs, giving apps access to various Google Services, such as: "fused"-location (internet and GPS chip), QR Code scanner, 2FA, G-Drive storage, Firebase API, Cloud Messaging, etc.
If you remove it, all the apps relying on it will either:
- detect the lack of Play-Services and refuse to run
- detect the lack of Play-Services but allow you to run (improperly) by dismissing an annoying popup.
Disabling this package will improve battery life a lot.
Ojo: Removing Google Play Services can cause bootloops. If you use “Find My Device”, you will need to remove it from the "Device admin apps" settings panel to be able to remove this package.
Comandos
adb shell pm uninstall --user 0 com.google.android.gms
Para volver atrás:
adb shell cmd package install-existing com.google.android.gms
Todas las desinstalaciones listadas aquí afectan solo al usuario actual: la imagen del sistema no se toca y el comando de restauración devuelve la aplicación a partir de la copia que ya está en el aparato. No se descarga nada.
Referencias
Esto no es el directorio. Aquí se dice qué es un paquete en general; lo que pasa en tu televisor concreto está en la ficha de tu modelo, y esa manda. El mismo paquete puede sobrar en un aparato y sostener la pantalla de inicio en otro.