OSDN Git Service

Upload basic UI files for Wi-Fi DPP Settings development.
authorArc Wang <arcwang@google.com>
Mon, 19 Nov 2018 07:48:29 +0000 (15:48 +0800)
committerArc Wang <arcwang@google.com>
Wed, 21 Nov 2018 10:06:47 +0000 (10:06 +0000)
commit4591d82bdf25631927ec00f30ee85306c243ecc1
treeae89c7e2d1bf14515c879975c78295ae2b934ab1
parentdbbbd7a83d14c53e9558aa82fe3c95652d6da39c
Upload basic UI files for Wi-Fi DPP Settings development.

WifiDppQrCodeScannerActivity is the activity for user to scan
QR code and add device to a saved network.

Bug: 118797380
Test: manual
Change-Id: If2c8c5ba1620e5584fb47ba7b0ea2bc2d7acb641
AndroidManifest.xml
res/layout/wifi_dpp_activity.xml [new file with mode: 0644]
res/layout/wifi_dpp_fragment_footer.xml [new file with mode: 0644]
res/layout/wifi_dpp_fragment_header.xml [new file with mode: 0644]
res/layout/wifi_dpp_qrcode_scanner_fragment.xml [new file with mode: 0644]
res/values/strings.xml
src/com/android/settings/wifi/dpp/WifiDppConfiguratorActivity.java [new file with mode: 0644]
src/com/android/settings/wifi/dpp/WifiDppQrCodeBaseFragment.java [new file with mode: 0644]
src/com/android/settings/wifi/dpp/WifiDppQrCodeScannerFragment.java [new file with mode: 0644]
tests/unit/src/com/android/settings/wifi/dpp/WifiDppConfiguratorActivityTest.java [new file with mode: 0644]
tests/unit/src/com/android/settings/wifi/dpp/WifiDppQrCodeScannerFragmentTest.java [new file with mode: 0644]