clarify the AOT compilation change

This commit is contained in:
Daniel Micay 2022-11-19 23:15:17 -05:00
parent ad9c8a9ce9
commit 1ba64df1c6

View File

@ -671,7 +671,7 @@
<p>Changes since the 2022111000 release:</p>
<ul>
<li>don't skip ahead-of-time (AOT) compilation of apps that weren't recently used</li>
<li>don't skip ahead-of-time (AOT) compilation of apps that weren't recently used since we depend on full AOT compilation being done for performance rather than JIT compilation with background JIT profile guided AOT compilation like Android</li>
<li>battery usage UI: use fallback name for unknown components</li>
<li>change minimal value of battery saver schedule to 5% again as it was before Android 13</li>
<li>enable the post-upgrade "Optimizing apps" progress indication UI</li>