* commit '32f216c359540219905bbe0295da31e594d83f5f': Fix wifi AP backup
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user