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.
  • scholar@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    11 days ago

    That’s because on (most) Linux distros, updates aren’t recompiling the program to get the most performance.

      • 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.