Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8561ff98 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

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

* commit '32f216c3':
  Fix wifi AP backup
parents 90fa5355 32f216c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;