commit | 78c405178c57bb45e40f1e2839d6a18d91f7f02c | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon Jul 06 11:07:40 2009 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Mon Jul 06 11:12:37 2009 -0700 |
tree | 6e7137f628b8fff1f72c59e5e42f3f4878e0bb39 | |
parent | ef1f21b34f5624adb7436d3da927660ed16c97c7 [diff] |
Don't re-parse the framework resources all the time. A small optimization to the resource code, to not re-parse the framework resources every time we build a new AssetManager. Instead, you can now construct a ResTable from a previously created one... of course, like the existing code for using the data in-place, you can't delete the original ResTable until you have deleted the one that has been constructed from it.