FP2-1467: issue in register in Airport free WiFi

We get the file of frameworks/base/services/core/java/com/android/server/connectivity/NetworkMonitor.java
CaptivePortal is necessary if the DUT pop up notification like NEXUS5.
The code should be modified
from:
private int isCaptivePortal() {
if (mIsCaptivePortalCheckEnabled) return 204;
to:
private int isCaptivePortal() {
if (!mIsCaptivePortalCheckEnabled) return 204;

Change-Id: I40e5c315e7b562e2d4354edcde439085aa3333f2
1 file changed