TL;DR

  • Android 16 introduces “seamless app updates” to make installing app updates faster and less disruptive.
  • This feature significantly reduces the time an app is frozen during an update, cutting it from seconds to milliseconds.
  • The improvement is achieved by running optimization scripts earlier in the installation process, reducing app downtime.
  • limerod@reddthat.comOPM
    link
    fedilink
    English
    arrow-up
    38
    ·
    edit-2
    11 days ago

    That’s exactly what happens on android.

    You need to re-optimize the dex file, and re-compile the odex file to native code for performance.