commit | 97d47ed036ff7bd3d7d2ddc1c6df1104ec237559 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Oct 15 09:19:47 2014 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Wed Oct 15 09:19:54 2014 -0700 |
tree | 42f4a39c9607574ccd6c57abd838939d14ce88f3 | |
parent | 9797880808320e3a7bae1f59bc7e0c5a13189e5f [diff] |
Reduce PackageInstaller Binder memory pressure. When restoring hundreds of apps on low-DPI devices, we end up sending icon Bitmaps inline in the response instead of splitting into ashmem regions. To avoid triggering TransactionTooLargeException, switch to using ParceledListSlice under the hood. Bug: 17926122 Change-Id: Ib4da6775e79d2fcb4aaea15f58ed998df203a5f9