Nucleo del sistema
com.google.android.configupdater
ConfigUpdater
- Rischio
- Con cautela
- Origine
- Cos'è
- Nucleo del sistema
Cos'è
Intents used to provide unbundled updates of system data. All require the UPDATE_CONFIG permission. Updates:
- system wide certificate pins for TLS connections.
- System wide Intent firewall.
- List of permium SMS short codes.
- List of carrier provisioning URLs.
- Set of trusted logs used for Certificate Transparency support for TLS connections language detection model file
- Smart selection model file
- Conversation actions model file
- Network watchlist config file
- Intent action indicating that the updated carrier id config is available
- The emergency number database into the devices
- An integer to indicate the numeric version of the new data -- devices should only install if the update version is newer than the current one
- Hash of the database, which is encoded by base-16 SHA512.
Comandi
adb shell pm uninstall --user 0 com.google.android.configupdater
Per tornare indietro:
adb shell cmd package install-existing com.google.android.configupdater
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.