commit | 54cc1b21d5b1e75f8c1d92cac32beaa2cad6a88c | [log] [tgz] |
---|---|---|
author | David Su <[email protected]> | Fri Jun 19 11:28:14 2020 -0700 |
committer | David Su <[email protected]> | Fri Jun 19 11:28:14 2020 -0700 |
tree | 23f5ee42869bda8792ea077161d2712de2de40fb | |
parent | 044b987ee220b401aa5b4320e35b27f50bb727b8 [diff] |
Stop expecting WifiConfig extra from CONFIGURED_NETWORKS_CHANGED_ACTION broadcast WifiConfig is no longer sent in this broadcast due to privacy concerns, so stop reading this extra. Instead, query WifiManager to find the matching WifiConfiguration to update. Bug: 158874479 Test: compiles Change-Id: I235f2a2b017317e969c8e5bdf17894e3777de44a
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.