Loading packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java +1 −1 Original line number Diff line number Diff line Loading @@ -580,7 +580,7 @@ public class SettingsBackupAgent extends BackupAgentHelper { private void writeNewChecksums(long[] checksums, ParcelFileDescriptor newState) throws IOException { DataOutputStream dataOutput = new DataOutputStream( new FileOutputStream(newState.getFileDescriptor())); new BufferedOutputStream(new FileOutputStream(newState.getFileDescriptor()))); dataOutput.writeInt(STATE_VERSION); for (int i = 0; i < STATE_SIZE; i++) { Loading Loading
packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java +1 −1 Original line number Diff line number Diff line Loading @@ -580,7 +580,7 @@ public class SettingsBackupAgent extends BackupAgentHelper { private void writeNewChecksums(long[] checksums, ParcelFileDescriptor newState) throws IOException { DataOutputStream dataOutput = new DataOutputStream( new FileOutputStream(newState.getFileDescriptor())); new BufferedOutputStream(new FileOutputStream(newState.getFileDescriptor()))); dataOutput.writeInt(STATE_VERSION); for (int i = 0; i < STATE_SIZE; i++) { Loading