diff options
author | Josh Guilfoyle <josh.guilfoyle@t-mobile.com> | 2011-03-07 14:20:22 -0800 |
---|---|---|
committer | Josh Guilfoyle <josh.guilfoyle@t-mobile.com> | 2011-03-07 14:27:18 -0800 |
commit | 41348643dcec2ae0ee672ec25496fd5b0065dc20 (patch) | |
tree | e5dddfadbc9e3f5286036d47684115225f4924d1 /media | |
parent | b0e064953a031fd7247f13495683a0a1f8f8b204 (diff) | |
download | frameworks_base-41348643dcec2ae0ee672ec25496fd5b0065dc20.zip frameworks_base-41348643dcec2ae0ee672ec25496fd5b0065dc20.tar.gz frameworks_base-41348643dcec2ae0ee672ec25496fd5b0065dc20.tar.bz2 |
Fixed cyanogenmod issue 2861: asset redirection breaks access to AndroidManifest.xml.
Themed asset managers lose the ability to access application assets
without a cookie because the search order favors most recently added
asset paths (theme apks are added last). So, searching for
AndroidManifest.xml would always return the themes manifest, not the
application manifest.
The solution is to mark the themed asset path and ignore it when
searching for cookie-less assets. This should not cause problems with
theme application because the theme uses resource identifier based
redirections which always retain the asset path cookie that is to be
used to load the final resource.
Diffstat (limited to 'media')
0 files changed, 0 insertions, 0 deletions