commit | 80abed8cedda317c3de326acba1b289c872b852a | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Oct 15 09:19:47 2014 -0700 |
committer | The Android Automerger <android-build@google.com> | Wed Oct 15 15:02:38 2014 -0700 |
tree | 9910bcd0ac21f2229828940ff838fe2f85d35c50 | |
parent | e7091f95ae1a2af74e31787847cf841469e8b593 [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