commit | 834b0ade20ad8b65abfa50b3fa38965eabe4b818 | [log] [tgz] |
---|---|---|
author | Quang Luong <qal@google.com> | Fri Feb 28 12:51:03 2020 -0800 |
committer | Quang Luong <qal@google.com> | Fri Feb 28 12:58:36 2020 -0800 |
tree | 148a763a20574d3ea86a822f411382dcf553e43f | |
parent | 490eba353b360026d33b26c44dc0f827893235f4 [diff] |
[WifiSettings2] Remove redundant save() call for new configs Removing call to WifiManager#save() when configuring a new network through tapping it in the wifi picker. Since WifiManager#connect() already saves the passed in WifiConfiguration, the call to WifiManager#save() is redundant. Bug: 149579116 Test: build, manual verification by connecting to a new secure network Change-Id: I9242e7fd7e9a459e8221b6bb491ab67833970e87