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

Commit 56238eaa authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 129ea76a: Fix wifi AP backup

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