commit | f7c886b4fe27cd9ab4a9991958ff931054556a24 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Fri Jun 26 15:34:09 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Fri Jun 26 15:34:09 2009 -0700 |
tree | 49a8019cd3de211045e4db23d2c6efa449773da5 | |
parent | bd1e8aa502a6d9231e2a1399cee18debcf70b3d6 [diff] |
Respect android:allowClearUserData=false during restore Ordinarily we wipe the data of apps we are restoring. This is problematic for packages that expect that their data can never be wiped back to nothing, especially system packages, so we now respect the android:allowClearUserData manifest attribute.