am 32f216c3: am 8cd95aba: am 56238eaa: am 129ea76a: Fix wifi AP backup

* commit '32f216c359540219905bbe0295da31e594d83f5f':
  Fix wifi AP backup
This commit is contained in:
Christopher Tate
2015-02-18 11:39:01 +00:00
committed by Android Git Automerger

View File

@@ -941,6 +941,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;