OSDN Git Service

Implement QR code parser WifiQrCodetest.
authorArc Wang <arcwang@google.com>
Tue, 18 Dec 2018 10:45:36 +0000 (18:45 +0800)
committerArc Wang <arcwang@google.com>
Thu, 20 Dec 2018 07:12:34 +0000 (15:12 +0800)
commite1b67129267a9e7e74ee8feba2bb751ee2e3313a
tree552dd96499dae072efb9d02b627de74ddc022aa7
parent45e9c56036d321d2beae3da2f7cbf73727c21ada
Implement QR code parser WifiQrCodetest.

The parser supports standard WI-Fi DPP QR code & ZXing reader library's
Wi-Fi Network config format.

Bug: 118797380
Test: atest WifiQrCodetest
      atest RunSettingsRoboTests

Change-Id: Ia47b8f65a900099749a6aa24afa3abd21ede1582
src/com/android/settings/wifi/dpp/WifiDppUtils.java
src/com/android/settings/wifi/dpp/WifiNetworkConfig.java
src/com/android/settings/wifi/dpp/WifiQrCode.java [new file with mode: 0644]
tests/unit/src/com/android/settings/wifi/dpp/WifiQrCodetest.java [new file with mode: 0644]