ConfigUpdater

com.google.android.configupdater

  • Google
  • Exercise caution

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.

References

  1. https://android.googlesource.com/platform/frameworks/base/+/master/core/java/android/os/ConfigUpdate.java

Open in App Manager