Loading packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java +1 −0 Original line number Diff line number Diff line Loading @@ -942,6 +942,7 @@ public class SettingsBackupAgent extends BackupAgentHelper { ByteArrayOutputStream bos = new ByteArrayOutputStream(); OutputStreamWriter out = new OutputStreamWriter(bos); fromFile.write(out); out.flush(); return bos.toByteArray(); } else { return EMPTY_DATA; Loading Loading
packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java +1 −0 Original line number Diff line number Diff line Loading @@ -942,6 +942,7 @@ public class SettingsBackupAgent extends BackupAgentHelper { ByteArrayOutputStream bos = new ByteArrayOutputStream(); OutputStreamWriter out = new OutputStreamWriter(bos); fromFile.write(out); out.flush(); return bos.toByteArray(); } else { return EMPTY_DATA; Loading