commit | 4189b8cd9bbfad1416124412410bf70cfaab9476 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Thu Jan 23 09:33:48 2020 +0900 |
committer | Aaron Huang <huangaaron@google.com> | Wed Feb 19 12:23:49 2020 +0000 |
tree | db933bfe11e28028ca07a87d44869fc3745555df | |
parent | 1609800ef9b2d40479167bf281a421d96d1e5e3b [diff] |
Always set NetworkInfo objects to available. For all networks, NetworkInfo.isAvailble has basically always been true for all connected networks. The new NetworkAgent API sets it to false, and this causes application breakage. Always set it to true. Bug: 148126438 Test: builds, boots, searching in maps works again Change-Id: Ia9876b0ce7f02120bd05cab526346cad22cf62b3 Merged-In: Ia9876b0ce7f02120bd05cab526346cad22cf62b3 (clean cherry-pick from internal branch)