commit | 7c1bd7fdbf9ac539c9832693b403511b2fc7bac7 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Wed Sep 01 13:44:11 2010 -0700 |
committer | Kenny Root <kroot@google.com> | Wed Sep 01 14:10:36 2010 -0700 |
tree | 94709083ad4790f053717189587c326f74c50f42 | |
parent | fca5677aeefc3b9cbaecefbb10d5ccbaff974391 [diff] |
Fix logic error in downgrade of system apps A logic error would allow not deleting data when uninstalling a system app upgrade that's of a newer release than the on on the system partition. If the system app had a database upgrade and this happened, you might be in trouble. Luckily it appears no one ever does this in code. You'd have to manually get there doing: adb uninstall -k updated.system.package Change-Id: I3110fedf2d147975a0635c71898d985dd642a2c1