Systemkern

com.google.android.configupdater

ConfigUpdater

Risiko
Mit Bedacht
Herkunft
Google
Was es ist
Systemkern

Was es ist

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.

Befehle

adb shell pm uninstall --user 0 com.google.android.configupdater

Um es rückgängig zu machen:

adb shell cmd package install-existing com.google.android.configupdater

Alle hier aufgeführten Deinstallationen gelten nur für das aktuelle Benutzerkonto: Das Systemabbild bleibt unangetastet, und der Wiederherstellungsbefehl holt die App aus der Kopie zurück, die ohnehin auf dem Gerät liegt. Es wird nichts heruntergeladen.

Quellen

Das hier ist nicht das Verzeichnis. Hier steht, was ein Paket im Allgemeinen ist; was auf Ihrem konkreten Fernseher passiert, steht im Eintrag zu Ihrem Modell, und der gilt. Dasselbe Paket kann auf einem Gerät überflüssig sein und auf einem anderen den Startbildschirm tragen.