commit | 87c40f3b6021f7805c0cb68b6c7d00026c33b208 | [log] [tgz] |
---|---|---|
author | Arc Wang <arcwang@google.com> | Thu Dec 27 10:19:21 2018 +0800 |
committer | Arc Wang <arcwang@google.com> | Wed Jan 02 06:07:46 2019 +0000 |
tree | 21e78887e057093652c05e381d56ba6470ce9b9d | |
parent | 06c514db6f7fd71004ad8e0ce6f6659802ab5e0a [diff] |
Fix ZXing Wi-Fi QR code parsing bug. ZXing Wi-Fi QR code uses ';' as the delimiter for key/value pairs, should not treat an escaped "\;" as the delimiter. This fix also change the parsing result: If there is no specified key, the result value is null. If specified key exists with empty value, the result value is an empty string. Bug: 118797380 Test: atest WifiQrCodetest Change-Id: I786ce7c4fa66dcb31d8a61d7a3251c2f539ccc99