commit | 5cbbf5652a78902ac3382dc4a3583bc5b0351027 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Mon Jun 22 16:44:51 2009 -0700 |
committer | Christopher Tate <ctate@google.com> | Mon Jun 22 16:44:51 2009 -0700 |
tree | 58a0d7260ed8c441b638f6197b885d3b16656465 | |
parent | 3a31a93b8a195ae2d0180e6dfbf292da2e581f50 [diff] |
Pass the originating app's versionCode along with a restore set This change amends the doRestore() / onRestore() interface to backup agents to provide the integer android:versionCode of the app that stored the backup set. This should help agents figure out how to handle whatever historical data set they're handed at restore time.