am 07eac016: Merge change 4682 into donut

Merge commit '07eac016446c63711bebe6e553e98c02d1fe55a5'

* commit '07eac016446c63711bebe6e553e98c02d1fe55a5':
  Store the app signatures as part of the backup set
This commit is contained in:
Android (Google) Code Review
2009-06-18 16:17:12 -07:00
committed by The Android Open Source Project
3 changed files with 322 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ public class BackupDataOutput {
}
}
// A dataSize of -1 indicates that the record under this key should be deleted
public int writeEntityHeader(String key, int dataSize) throws IOException {
int result = writeEntityHeader_native(mBackupWriter, key, dataSize);
if (result >= 0) {