Get WiFi SSID from WifiManager broadcast rather than function call.
commit71bfda6079b6d8aabd1cb7b10cfa5520ce693a78
authorpauljensen <pauljensen@chromium.org>
Mon, 24 Nov 2014 19:56:05 +0000 (24 11:56 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Nov 2014 19:57:05 +0000 (24 19:57 +0000)
treef3302aef4948cb632a00bc6e265b233de05dbcaf
parent9df2a73b007605ebc796b64527b2c402b397cd59
Get WiFi SSID from WifiManager broadcast rather than function call.

By getting the WiFi SSID from the broadcast instead of a function call
the ACCESS_WIFI_STATE permission is not required.  Not needing this
permission is important for Cronet embedders as this permission is now
in its own catagory and requires manual intervention during auto-update
as per the new permission policy:
https://support.google.com/googleplay/answer/6014972

Review URL: https://codereview.chromium.org/747553002

Cr-Commit-Position: refs/heads/master@{#305478}
chrome/android/shell/java/AndroidManifest.xml
chrome/android/sync_shell/java/AndroidManifest.xml
components/cronet/android/sample/AndroidManifest.xml
components/cronet/android/test/AndroidManifest.xml
content/shell/android/shell_apk/AndroidManifest.xml
net/android/java/src/org/chromium/net/NetworkChangeNotifierAutoDetect.java