Altro
com.google.android.gms
Google Play services
- Rischio
- Con cautela
- Origine
- Cos'è
- Altro
Cos'è
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.
Attenzione: 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.
Comandi
adb shell pm uninstall --user 0 com.google.android.gms
Per tornare indietro:
adb shell cmd package install-existing com.google.android.gms
Tutte le disinstallazioni elencate qui riguardano solo l'utente corrente: l'immagine di sistema non viene toccata e il comando di ripristino rimette l'app al suo posto partendo dalla copia già presente sull'apparecchio. Non si scarica nulla.
Riferimenti
Questa non è la directory. Qui si dice cos'è un pacchetto in generale; quello che succede sul tuo televisore sta nella scheda del tuo modello, ed è quella che conta. Lo stesso pacchetto può essere zavorra su un apparecchio e reggere la schermata iniziale su un altro.