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.