OSDN Git Service

wifi: remove unused hidden Hotspot 2.0 Release 1 API
authorPeter Qiu <zqiu@google.com>
Mon, 31 Oct 2016 22:55:15 +0000 (15:55 -0700)
committerPeter Qiu <zqiu@google.com>
Mon, 14 Nov 2016 21:23:01 +0000 (13:23 -0800)
commit1c3054ea8740f29af7d8285c4d86a1ca375b4b77
tree01b139c0feaa5f5b8b9311ea014cfbbfbb3c8db3
parenta38558b539f3ac3f7dfe6217b1669a56cb39027a
wifi: remove unused hidden Hotspot 2.0 Release 1 API

WifiManager#buildWifiConfig was used by the Hotspot 2.0 Release 1
app (WifiInstaller) for parsing Release 1 installation data into
a WifiConfiguration object.  WifiInstaller will be updated to use
the new framework API (android.net.wifi.hotspot2.ConfigBuilder)
instead. So this API is no longer needed.

Bug: 32509661
Test: frameworks/base/wifi/tests/runtests.sh
Change-Id: Iacee739a9ed12ea00b1b7457e22e790ef4a177da
wifi/java/android/net/wifi/IWifiManager.aidl
wifi/java/android/net/wifi/WifiManager.java