OSDN Git Service

Fix wifi AP backup
authorChristopher Tate <ctate@google.com>
Wed, 18 Feb 2015 01:04:01 +0000 (17:04 -0800)
committerThe Android Automerger <android-build@google.com>
Thu, 19 Feb 2015 04:57:17 +0000 (20:57 -0800)
commit4cbffa6f43e9d74827f9c9bb481a5d759ef7a1a3
tree89380a03f90f9e768b5c4a877d2129f057e7e2a3
parentc031561475959b3632d521566bbf1af8f806987d
Fix wifi AP backup

An OutputStream buffers only by explicit contract.  OutputStreamWriter
buffers internally, always.  Do not get these behaviors confused.

Bug 19341967

Change-Id: I0610ed625b0175620083dd286f3a73c24956b171
packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java