Outros
com.google.android.gms
Google Play services
- Risco
- Com cuidado
- Origem
- O que é
- Outros
O que é
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.
Atenção: 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 voltar atrás:
adb shell cmd package install-existing com.google.android.gms
Todas as desinstalações aqui listadas afectam apenas o utilizador actual: a imagem do sistema não é tocada e o comando de restauro devolve a aplicação a partir da cópia que já está no aparelho. Não se transfere nada.
Referências
Isto não é o directório. Aqui diz-se o que é um pacote em geral; o que acontece no seu televisor concreto está na ficha do seu modelo, e é essa que manda. O mesmo pacote pode sobrar num aparelho e segurar o ecrã inicial noutro.