commit | 67c1d26a0771cab943dc68b03f34acb0b3a5882f | [log] [tgz] |
---|---|---|
author | Hisanobu, Watanabe <hisanobu.watanabe@sony.com> | Mon Aug 20 17:46:54 2018 +0900 |
committer | Yuuki Habu <yuuki.habu@sony.com> | Wed Sep 19 15:15:29 2018 +0900 |
tree | 5d5f8147df147e53144a46bdc5eb7635938f441d | |
parent | 7cfbdcc4818e120e78c4b64e7baa3908679ce5d4 [diff] |
Fix NullPointerException in CaptivePortalLogin [Problem] After reboot, the CaptivePortalLogin crashes when start the CaptivePortalLogin from Recents Screen. [Root Cause] Although Network class is null, Network#getPrivateDnsBypassingCopy is called at CaptivePortalLoginActivity [Solution] To check if NetworkCapabilities is null before Network#getPrivateDnsBypassingCopy Bug: 113303484 Test: built, boot and manual Change-Id: Icff8446fefa9700dcbcd1f8f1e4edeaf4b0d3557