blob: fb8b110fbcab99b4c2e57e0051681a16ed06dc2f [file] [log] [blame]
Paul Jensenca8f16a2014-05-09 12:47:55 -04001/*
2 * Copyright (C) 2014 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package com.android.server.connectivity;
18
Paul Jensen49e3edf2015-05-22 10:50:39 -040019import static android.net.CaptivePortal.APP_RETURN_DISMISSED;
20import static android.net.CaptivePortal.APP_RETURN_UNWANTED;
21import static android.net.CaptivePortal.APP_RETURN_WANTED_AS_IS;
22
Paul Jensen79a08052014-08-21 12:44:07 -040023import android.app.AlarmManager;
Paul Jensen869868be2014-05-15 10:33:05 -040024import android.app.PendingIntent;
25import android.content.BroadcastReceiver;
26import android.content.ComponentName;
Paul Jensenca8f16a2014-05-09 12:47:55 -040027import android.content.Context;
Paul Jensen869868be2014-05-15 10:33:05 -040028import android.content.Intent;
29import android.content.IntentFilter;
Paul Jensen49e3edf2015-05-22 10:50:39 -040030import android.net.CaptivePortal;
Paul Jensen869868be2014-05-15 10:33:05 -040031import android.net.ConnectivityManager;
Paul Jensen49e3edf2015-05-22 10:50:39 -040032import android.net.ICaptivePortal;
Paul Jensen2c311d62014-11-17 12:34:51 -050033import android.net.NetworkRequest;
Paul Jensen8fe17422015-02-02 11:03:03 -050034import android.net.ProxyInfo;
Paul Jensen7ccd3df2014-08-29 09:54:01 -040035import android.net.TrafficStats;
Paul Jensen71b645f2014-10-13 14:13:07 -040036import android.net.Uri;
Paul Jensen306f1a42014-08-04 10:59:01 -040037import android.net.wifi.WifiInfo;
38import android.net.wifi.WifiManager;
Paul Jensenca8f16a2014-05-09 12:47:55 -040039import android.os.Handler;
40import android.os.Message;
Paul Jensend7b6ca92015-05-13 14:05:12 -040041import android.os.Process;
Paul Jensen306f1a42014-08-04 10:59:01 -040042import android.os.SystemClock;
Paul Jensenca8f16a2014-05-09 12:47:55 -040043import android.os.SystemProperties;
Paul Jensen869868be2014-05-15 10:33:05 -040044import android.os.UserHandle;
Paul Jensenca8f16a2014-05-09 12:47:55 -040045import android.provider.Settings;
Paul Jensen306f1a42014-08-04 10:59:01 -040046import android.telephony.CellIdentityCdma;
47import android.telephony.CellIdentityGsm;
48import android.telephony.CellIdentityLte;
49import android.telephony.CellIdentityWcdma;
50import android.telephony.CellInfo;
51import android.telephony.CellInfoCdma;
52import android.telephony.CellInfoGsm;
53import android.telephony.CellInfoLte;
54import android.telephony.CellInfoWcdma;
55import android.telephony.TelephonyManager;
Paul Jensen2f0a8972015-06-25 10:07:14 -040056import android.text.TextUtils;
Robert Greenwalt22b4c6a2015-06-23 15:03:33 -070057import android.util.LocalLog;
58import android.util.LocalLog.ReadOnlyLocalLog;
Paul Jensen532b61432014-11-10 09:50:02 -050059import android.util.Log;
Paul Jensenca8f16a2014-05-09 12:47:55 -040060
Paul Jensend7b6ca92015-05-13 14:05:12 -040061import com.android.internal.annotations.VisibleForTesting;
Paul Jensenca8f16a2014-05-09 12:47:55 -040062import com.android.internal.util.Protocol;
63import com.android.internal.util.State;
64import com.android.internal.util.StateMachine;
Lorenzo Colitti9d3aadb2015-12-02 17:51:28 +090065import com.android.internal.util.WakeupMessage;
Paul Jensenca8f16a2014-05-09 12:47:55 -040066import com.android.server.connectivity.NetworkAgentInfo;
67
Paul Jensenca8f16a2014-05-09 12:47:55 -040068import java.io.IOException;
Paul Jensenca8f16a2014-05-09 12:47:55 -040069import java.net.HttpURLConnection;
Paul Jensen2f0a8972015-06-25 10:07:14 -040070import java.net.InetAddress;
Paul Jensenca8f16a2014-05-09 12:47:55 -040071import java.net.URL;
Paul Jensen306f1a42014-08-04 10:59:01 -040072import java.util.List;
Paul Jensen71b645f2014-10-13 14:13:07 -040073import java.util.Random;
Paul Jensenca8f16a2014-05-09 12:47:55 -040074
75/**
76 * {@hide}
77 */
78public class NetworkMonitor extends StateMachine {
79 private static final boolean DBG = true;
80 private static final String TAG = "NetworkMonitor";
Erik Klinee7d01792015-07-20 23:37:15 +090081 private static final String DEFAULT_SERVER = "connectivitycheck.gstatic.com";
Paul Jensenca8f16a2014-05-09 12:47:55 -040082 private static final int SOCKET_TIMEOUT_MS = 10000;
Paul Jensen306f1a42014-08-04 10:59:01 -040083 public static final String ACTION_NETWORK_CONDITIONS_MEASURED =
84 "android.net.conn.NETWORK_CONDITIONS_MEASURED";
85 public static final String EXTRA_CONNECTIVITY_TYPE = "extra_connectivity_type";
86 public static final String EXTRA_NETWORK_TYPE = "extra_network_type";
87 public static final String EXTRA_RESPONSE_RECEIVED = "extra_response_received";
88 public static final String EXTRA_IS_CAPTIVE_PORTAL = "extra_is_captive_portal";
89 public static final String EXTRA_CELL_ID = "extra_cellid";
90 public static final String EXTRA_SSID = "extra_ssid";
91 public static final String EXTRA_BSSID = "extra_bssid";
92 /** real time since boot */
93 public static final String EXTRA_REQUEST_TIMESTAMP_MS = "extra_request_timestamp_ms";
94 public static final String EXTRA_RESPONSE_TIMESTAMP_MS = "extra_response_timestamp_ms";
95
96 private static final String PERMISSION_ACCESS_NETWORK_CONDITIONS =
97 "android.permission.ACCESS_NETWORK_CONDITIONS";
Paul Jensenca8f16a2014-05-09 12:47:55 -040098
Paul Jensenad50a1f2014-09-05 12:06:44 -040099 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED.
100 // The network should be used as a default internet connection. It was found to be:
101 // 1. a functioning network providing internet access, or
102 // 2. a captive portal and the user decided to use it as is.
103 public static final int NETWORK_TEST_RESULT_VALID = 0;
104 // After a network has been tested this result can be sent with EVENT_NETWORK_TESTED.
105 // The network should not be used as a default internet connection. It was found to be:
106 // 1. a captive portal and the user is prompted to sign-in, or
107 // 2. a captive portal and the user did not want to use it, or
108 // 3. a broken network (e.g. DNS failed, connect failed, HTTP request failed).
109 public static final int NETWORK_TEST_RESULT_INVALID = 1;
110
Paul Jensenca8f16a2014-05-09 12:47:55 -0400111 private static final int BASE = Protocol.BASE_NETWORK_MONITOR;
112
113 /**
114 * Inform NetworkMonitor that their network is connected.
115 * Initiates Network Validation.
116 */
117 public static final int CMD_NETWORK_CONNECTED = BASE + 1;
118
119 /**
Paul Jensenad50a1f2014-09-05 12:06:44 -0400120 * Inform ConnectivityService that the network has been tested.
Paul Jensenca8f16a2014-05-09 12:47:55 -0400121 * obj = NetworkAgentInfo
Paul Jensenad50a1f2014-09-05 12:06:44 -0400122 * arg1 = One of the NETWORK_TESTED_RESULT_* constants.
Paul Jensenca8f16a2014-05-09 12:47:55 -0400123 */
Paul Jensenad50a1f2014-09-05 12:06:44 -0400124 public static final int EVENT_NETWORK_TESTED = BASE + 2;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400125
126 /**
127 * Inform NetworkMonitor to linger a network. The Monitor should
128 * start a timer and/or start watching for zero live connections while
129 * moving towards LINGER_COMPLETE. After the Linger period expires
130 * (or other events mark the end of the linger state) the LINGER_COMPLETE
131 * event should be sent and the network will be shut down. If a
132 * CMD_NETWORK_CONNECTED happens before the LINGER completes
133 * it indicates further desire to keep the network alive and so
134 * the LINGER is aborted.
135 */
136 public static final int CMD_NETWORK_LINGER = BASE + 3;
137
138 /**
139 * Message to self indicating linger delay has expired.
140 * arg1 = Token to ignore old messages.
141 */
142 private static final int CMD_LINGER_EXPIRED = BASE + 4;
143
144 /**
145 * Inform ConnectivityService that the network LINGER period has
146 * expired.
147 * obj = NetworkAgentInfo
148 */
149 public static final int EVENT_NETWORK_LINGER_COMPLETE = BASE + 5;
150
151 /**
Paul Jensenca8f16a2014-05-09 12:47:55 -0400152 * Message to self indicating it's time to evaluate a network's connectivity.
153 * arg1 = Token to ignore old messages.
154 */
Paul Jensen869868be2014-05-15 10:33:05 -0400155 private static final int CMD_REEVALUATE = BASE + 6;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400156
157 /**
Paul Jensenca8f16a2014-05-09 12:47:55 -0400158 * Inform NetworkMonitor that the network has disconnected.
159 */
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400160 public static final int CMD_NETWORK_DISCONNECTED = BASE + 7;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400161
162 /**
163 * Force evaluation even if it has succeeded in the past.
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400164 * arg1 = UID responsible for requesting this reeval. Will be billed for data.
Paul Jensenca8f16a2014-05-09 12:47:55 -0400165 */
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400166 public static final int CMD_FORCE_REEVALUATION = BASE + 8;
Paul Jensen869868be2014-05-15 10:33:05 -0400167
168 /**
Paul Jensen71b645f2014-10-13 14:13:07 -0400169 * Message to self indicating captive portal app finished.
Paul Jensen49e3edf2015-05-22 10:50:39 -0400170 * arg1 = one of: APP_RETURN_DISMISSED,
171 * APP_RETURN_UNWANTED,
172 * APP_RETURN_WANTED_AS_IS
Paul Jensen25a217c2015-02-27 22:55:47 -0500173 * obj = mCaptivePortalLoggedInResponseToken as String
Paul Jensen869868be2014-05-15 10:33:05 -0400174 */
Paul Jensen49e3edf2015-05-22 10:50:39 -0400175 private static final int CMD_CAPTIVE_PORTAL_APP_FINISHED = BASE + 9;
Paul Jensen869868be2014-05-15 10:33:05 -0400176
177 /**
178 * Request ConnectivityService display provisioning notification.
179 * arg1 = Whether to make the notification visible.
Paul Jensenfdc4e4a2014-07-15 12:07:36 -0400180 * arg2 = NetID.
181 * obj = Intent to be launched when notification selected by user, null if !arg1.
Paul Jensen869868be2014-05-15 10:33:05 -0400182 */
Paul Jensen71b645f2014-10-13 14:13:07 -0400183 public static final int EVENT_PROVISIONING_NOTIFICATION = BASE + 10;
Paul Jensen869868be2014-05-15 10:33:05 -0400184
185 /**
Paul Jensen25a217c2015-02-27 22:55:47 -0500186 * Message to self indicating sign-in app should be launched.
187 * Sent by mLaunchCaptivePortalAppBroadcastReceiver when the
188 * user touches the sign in notification.
Paul Jensen869868be2014-05-15 10:33:05 -0400189 */
Paul Jensen25a217c2015-02-27 22:55:47 -0500190 private static final int CMD_LAUNCH_CAPTIVE_PORTAL_APP = BASE + 11;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400191
Paul Jensenee3e2ce2015-06-17 15:02:54 -0400192 /**
193 * Retest network to see if captive portal is still in place.
194 * arg1 = UID responsible for requesting this reeval. Will be billed for data.
195 * 0 indicates self-initiated, so nobody to blame.
196 */
197 private static final int CMD_CAPTIVE_PORTAL_RECHECK = BASE + 12;
198
Paul Jensenca8f16a2014-05-09 12:47:55 -0400199 private static final String LINGER_DELAY_PROPERTY = "persist.netmon.linger";
Paul Jensend7b6ca92015-05-13 14:05:12 -0400200 // Default to 30s linger time-out. Modifyable only for testing.
201 private static int DEFAULT_LINGER_DELAY_MS = 30000;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400202 private final int mLingerDelayMs;
203 private int mLingerToken = 0;
204
Paul Jensend0491e9a2015-05-05 14:52:22 -0400205 // Start mReevaluateDelayMs at this value and double.
206 private static final int INITIAL_REEVALUATE_DELAY_MS = 1000;
207 private static final int MAX_REEVALUATE_DELAY_MS = 10*60*1000;
208 // Before network has been evaluated this many times, ignore repeated reevaluate requests.
209 private static final int IGNORE_REEVALUATE_ATTEMPTS = 5;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400210 private int mReevaluateToken = 0;
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400211 private static final int INVALID_UID = -1;
212 private int mUidResponsibleForReeval = INVALID_UID;
Paul Jensend9be23f2015-05-19 14:51:47 -0400213 // Stop blaming UID that requested re-evaluation after this many attempts.
214 private static final int BLAME_FOR_EVALUATION_ATTEMPTS = 5;
Paul Jensenee3e2ce2015-06-17 15:02:54 -0400215 // Delay between reevaluations once a captive portal has been found.
216 private static final int CAPTIVE_PORTAL_REEVALUATE_DELAY_MS = 10*60*1000;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400217
218 private final Context mContext;
219 private final Handler mConnectivityServiceHandler;
220 private final NetworkAgentInfo mNetworkAgentInfo;
Paul Jensen306f1a42014-08-04 10:59:01 -0400221 private final TelephonyManager mTelephonyManager;
222 private final WifiManager mWifiManager;
Paul Jensen79a08052014-08-21 12:44:07 -0400223 private final AlarmManager mAlarmManager;
Paul Jensen2c311d62014-11-17 12:34:51 -0500224 private final NetworkRequest mDefaultRequest;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400225
Paul Jensenca8f16a2014-05-09 12:47:55 -0400226 private boolean mIsCaptivePortalCheckEnabled = false;
227
Paul Jensenad50a1f2014-09-05 12:06:44 -0400228 // Set if the user explicitly selected "Do not use this network" in captive portal sign-in app.
229 private boolean mUserDoesNotWant = false;
Paul Jensen700f2362015-05-05 14:56:10 -0400230 // Avoids surfacing "Sign in to network" notification.
231 private boolean mDontDisplaySigninNotification = false;
Paul Jensenad50a1f2014-09-05 12:06:44 -0400232
Robert Greenwaltfb68f8f2014-08-13 13:43:32 -0700233 public boolean systemReady = false;
234
Paul Jensen71b645f2014-10-13 14:13:07 -0400235 private final State mDefaultState = new DefaultState();
Paul Jensen71b645f2014-10-13 14:13:07 -0400236 private final State mValidatedState = new ValidatedState();
237 private final State mMaybeNotifyState = new MaybeNotifyState();
238 private final State mEvaluatingState = new EvaluatingState();
239 private final State mCaptivePortalState = new CaptivePortalState();
240 private final State mLingeringState = new LingeringState();
241
Paul Jensen25a217c2015-02-27 22:55:47 -0500242 private CustomIntentReceiver mLaunchCaptivePortalAppBroadcastReceiver = null;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400243
Robert Greenwalt22b4c6a2015-06-23 15:03:33 -0700244 private final LocalLog validationLogs = new LocalLog(20); // 20 lines
245
Paul Jensen2c311d62014-11-17 12:34:51 -0500246 public NetworkMonitor(Context context, Handler handler, NetworkAgentInfo networkAgentInfo,
247 NetworkRequest defaultRequest) {
Paul Jensenca8f16a2014-05-09 12:47:55 -0400248 // Add suffix indicating which NetworkMonitor we're talking about.
249 super(TAG + networkAgentInfo.name());
250
251 mContext = context;
252 mConnectivityServiceHandler = handler;
253 mNetworkAgentInfo = networkAgentInfo;
Paul Jensen306f1a42014-08-04 10:59:01 -0400254 mTelephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
255 mWifiManager = (WifiManager) context.getSystemService(Context.WIFI_SERVICE);
Paul Jensen79a08052014-08-21 12:44:07 -0400256 mAlarmManager = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE);
Paul Jensen2c311d62014-11-17 12:34:51 -0500257 mDefaultRequest = defaultRequest;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400258
259 addState(mDefaultState);
Paul Jensenca8f16a2014-05-09 12:47:55 -0400260 addState(mValidatedState, mDefaultState);
Paul Jensen71b645f2014-10-13 14:13:07 -0400261 addState(mMaybeNotifyState, mDefaultState);
262 addState(mEvaluatingState, mMaybeNotifyState);
263 addState(mCaptivePortalState, mMaybeNotifyState);
Paul Jensenca8f16a2014-05-09 12:47:55 -0400264 addState(mLingeringState, mDefaultState);
Robert Greenwalt49f63fb2014-09-13 12:04:12 -0700265 setInitialState(mDefaultState);
Paul Jensenca8f16a2014-05-09 12:47:55 -0400266
Paul Jensenca8f16a2014-05-09 12:47:55 -0400267 mLingerDelayMs = SystemProperties.getInt(LINGER_DELAY_PROPERTY, DEFAULT_LINGER_DELAY_MS);
Paul Jensenca8f16a2014-05-09 12:47:55 -0400268
Paul Jensen869868be2014-05-15 10:33:05 -0400269 mIsCaptivePortalCheckEnabled = Settings.Global.getInt(mContext.getContentResolver(),
270 Settings.Global.CAPTIVE_PORTAL_DETECTION_ENABLED, 1) == 1;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400271
272 start();
273 }
274
Paul Jensen532b61432014-11-10 09:50:02 -0500275 @Override
276 protected void log(String s) {
Paul Jensen22e547a2015-06-25 09:17:53 -0400277 if (DBG) Log.d(TAG + "/" + mNetworkAgentInfo.name(), s);
Paul Jensen532b61432014-11-10 09:50:02 -0500278 }
279
Robert Greenwalt22b4c6a2015-06-23 15:03:33 -0700280 private void validationLog(String s) {
281 if (DBG) log(s);
282 validationLogs.log(s);
283 }
284
285 public ReadOnlyLocalLog getValidationLogs() {
286 return validationLogs.readOnlyLocalLog();
287 }
288
Paul Jensen71b645f2014-10-13 14:13:07 -0400289 // DefaultState is the parent of all States. It exists only to handle CMD_* messages but
290 // does not entail any real state (hence no enter() or exit() routines).
Paul Jensenca8f16a2014-05-09 12:47:55 -0400291 private class DefaultState extends State {
292 @Override
293 public boolean processMessage(Message message) {
Paul Jensenca8f16a2014-05-09 12:47:55 -0400294 switch (message.what) {
295 case CMD_NETWORK_LINGER:
Paul Jensen22e547a2015-06-25 09:17:53 -0400296 log("Lingering");
Paul Jensenca8f16a2014-05-09 12:47:55 -0400297 transitionTo(mLingeringState);
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400298 return HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400299 case CMD_NETWORK_CONNECTED:
Paul Jensenca8f16a2014-05-09 12:47:55 -0400300 transitionTo(mEvaluatingState);
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400301 return HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400302 case CMD_NETWORK_DISCONNECTED:
Paul Jensen25a217c2015-02-27 22:55:47 -0500303 if (mLaunchCaptivePortalAppBroadcastReceiver != null) {
304 mContext.unregisterReceiver(mLaunchCaptivePortalAppBroadcastReceiver);
305 mLaunchCaptivePortalAppBroadcastReceiver = null;
Paul Jensen71b645f2014-10-13 14:13:07 -0400306 }
Robert Greenwalt1fd9aee2014-07-17 16:11:38 -0700307 quit();
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400308 return HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400309 case CMD_FORCE_REEVALUATION:
Paul Jensenee3e2ce2015-06-17 15:02:54 -0400310 case CMD_CAPTIVE_PORTAL_RECHECK:
Paul Jensen22e547a2015-06-25 09:17:53 -0400311 log("Forcing reevaluation for UID " + message.arg1);
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400312 mUidResponsibleForReeval = message.arg1;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400313 transitionTo(mEvaluatingState);
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400314 return HANDLED;
Paul Jensen71b645f2014-10-13 14:13:07 -0400315 case CMD_CAPTIVE_PORTAL_APP_FINISHED:
Paul Jensen22e547a2015-06-25 09:17:53 -0400316 log("CaptivePortal App responded with " + message.arg1);
Paul Jensen71b645f2014-10-13 14:13:07 -0400317 switch (message.arg1) {
Paul Jensen49e3edf2015-05-22 10:50:39 -0400318 case APP_RETURN_DISMISSED:
Paul Jensend0491e9a2015-05-05 14:52:22 -0400319 sendMessage(CMD_FORCE_REEVALUATION, 0 /* no UID */, 0);
Paul Jensen25a217c2015-02-27 22:55:47 -0500320 break;
Paul Jensen49e3edf2015-05-22 10:50:39 -0400321 case APP_RETURN_WANTED_AS_IS:
Paul Jensen700f2362015-05-05 14:56:10 -0400322 mDontDisplaySigninNotification = true;
Paul Jensen25a217c2015-02-27 22:55:47 -0500323 // TODO: Distinguish this from a network that actually validates.
324 // Displaying the "!" on the system UI icon may still be a good idea.
Paul Jensen71b645f2014-10-13 14:13:07 -0400325 transitionTo(mValidatedState);
326 break;
Paul Jensen49e3edf2015-05-22 10:50:39 -0400327 case APP_RETURN_UNWANTED:
Paul Jensen700f2362015-05-05 14:56:10 -0400328 mDontDisplaySigninNotification = true;
Paul Jensen71b645f2014-10-13 14:13:07 -0400329 mUserDoesNotWant = true;
Paul Jensend0491e9a2015-05-05 14:52:22 -0400330 mConnectivityServiceHandler.sendMessage(obtainMessage(
331 EVENT_NETWORK_TESTED, NETWORK_TEST_RESULT_INVALID, 0,
332 mNetworkAgentInfo));
Paul Jensen71b645f2014-10-13 14:13:07 -0400333 // TODO: Should teardown network.
Paul Jensend0491e9a2015-05-05 14:52:22 -0400334 mUidResponsibleForReeval = 0;
335 transitionTo(mEvaluatingState);
Paul Jensen71b645f2014-10-13 14:13:07 -0400336 break;
337 }
338 return HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400339 default:
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400340 return HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400341 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400342 }
343 }
344
Paul Jensen71b645f2014-10-13 14:13:07 -0400345 // Being in the ValidatedState State indicates a Network is:
346 // - Successfully validated, or
347 // - Wanted "as is" by the user, or
Paul Jensencf4c2c62015-07-01 14:16:32 -0400348 // - Does not satisfy the default NetworkRequest and so validation has been skipped.
Paul Jensenca8f16a2014-05-09 12:47:55 -0400349 private class ValidatedState extends State {
350 @Override
351 public void enter() {
Paul Jensenad50a1f2014-09-05 12:06:44 -0400352 mConnectivityServiceHandler.sendMessage(obtainMessage(EVENT_NETWORK_TESTED,
353 NETWORK_TEST_RESULT_VALID, 0, mNetworkAgentInfo));
Paul Jensenca8f16a2014-05-09 12:47:55 -0400354 }
355
356 @Override
357 public boolean processMessage(Message message) {
Paul Jensenca8f16a2014-05-09 12:47:55 -0400358 switch (message.what) {
359 case CMD_NETWORK_CONNECTED:
360 transitionTo(mValidatedState);
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400361 return HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400362 default:
363 return NOT_HANDLED;
364 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400365 }
366 }
367
Paul Jensen71b645f2014-10-13 14:13:07 -0400368 // Being in the MaybeNotifyState State indicates the user may have been notified that sign-in
369 // is required. This State takes care to clear the notification upon exit from the State.
370 private class MaybeNotifyState extends State {
371 @Override
Paul Jensen25a217c2015-02-27 22:55:47 -0500372 public boolean processMessage(Message message) {
Paul Jensen25a217c2015-02-27 22:55:47 -0500373 switch (message.what) {
374 case CMD_LAUNCH_CAPTIVE_PORTAL_APP:
375 final Intent intent = new Intent(
376 ConnectivityManager.ACTION_CAPTIVE_PORTAL_SIGN_IN);
377 intent.putExtra(ConnectivityManager.EXTRA_NETWORK, mNetworkAgentInfo.network);
Paul Jensen49e3edf2015-05-22 10:50:39 -0400378 intent.putExtra(ConnectivityManager.EXTRA_CAPTIVE_PORTAL,
379 new CaptivePortal(new ICaptivePortal.Stub() {
380 @Override
381 public void appResponse(int response) {
382 if (response == APP_RETURN_WANTED_AS_IS) {
383 mContext.enforceCallingPermission(
384 android.Manifest.permission.CONNECTIVITY_INTERNAL,
385 "CaptivePortal");
386 }
387 sendMessage(CMD_CAPTIVE_PORTAL_APP_FINISHED, response);
388 }
389 }));
Paul Jensen25a217c2015-02-27 22:55:47 -0500390 intent.setFlags(
391 Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT | Intent.FLAG_ACTIVITY_NEW_TASK);
392 mContext.startActivityAsUser(intent, UserHandle.CURRENT);
393 return HANDLED;
394 default:
395 return NOT_HANDLED;
396 }
397 }
398
399 @Override
Paul Jensen71b645f2014-10-13 14:13:07 -0400400 public void exit() {
401 Message message = obtainMessage(EVENT_PROVISIONING_NOTIFICATION, 0,
402 mNetworkAgentInfo.network.netId, null);
403 mConnectivityServiceHandler.sendMessage(message);
404 }
405 }
406
407 // Being in the EvaluatingState State indicates the Network is being evaluated for internet
Paul Jensend0491e9a2015-05-05 14:52:22 -0400408 // connectivity, or that the user has indicated that this network is unwanted.
Paul Jensenca8f16a2014-05-09 12:47:55 -0400409 private class EvaluatingState extends State {
Paul Jensend0491e9a2015-05-05 14:52:22 -0400410 private int mReevaluateDelayMs;
411 private int mAttempts;
Paul Jensen869868be2014-05-15 10:33:05 -0400412
Paul Jensenca8f16a2014-05-09 12:47:55 -0400413 @Override
414 public void enter() {
415 sendMessage(CMD_REEVALUATE, ++mReevaluateToken, 0);
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400416 if (mUidResponsibleForReeval != INVALID_UID) {
417 TrafficStats.setThreadStatsUid(mUidResponsibleForReeval);
418 mUidResponsibleForReeval = INVALID_UID;
419 }
Paul Jensend0491e9a2015-05-05 14:52:22 -0400420 mReevaluateDelayMs = INITIAL_REEVALUATE_DELAY_MS;
421 mAttempts = 0;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400422 }
423
424 @Override
425 public boolean processMessage(Message message) {
Paul Jensenca8f16a2014-05-09 12:47:55 -0400426 switch (message.what) {
427 case CMD_REEVALUATE:
Paul Jensend0491e9a2015-05-05 14:52:22 -0400428 if (message.arg1 != mReevaluateToken || mUserDoesNotWant)
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400429 return HANDLED;
Paul Jensen2c311d62014-11-17 12:34:51 -0500430 // Don't bother validating networks that don't satisify the default request.
431 // This includes:
432 // - VPNs which can be considered explicitly desired by the user and the
433 // user's desire trumps whether the network validates.
434 // - Networks that don't provide internet access. It's unclear how to
435 // validate such networks.
436 // - Untrusted networks. It's unsafe to prompt the user to sign-in to
437 // such networks and the user didn't express interest in connecting to
438 // such networks (an app did) so the user may be unhappily surprised when
439 // asked to sign-in to a network they didn't want to connect to in the
440 // first place. Validation could be done to adjust the network scores
441 // however these networks are app-requested and may not be intended for
442 // general usage, in which case general validation may not be an accurate
443 // measure of the network's quality. Only the app knows how to evaluate
444 // the network so don't bother validating here. Furthermore sending HTTP
445 // packets over the network may be undesirable, for example an extremely
446 // expensive metered network, or unwanted leaking of the User Agent string.
447 if (!mDefaultRequest.networkCapabilities.satisfiedByNetworkCapabilities(
448 mNetworkAgentInfo.networkCapabilities)) {
Paul Jensenca8f16a2014-05-09 12:47:55 -0400449 transitionTo(mValidatedState);
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400450 return HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400451 }
Paul Jensend0491e9a2015-05-05 14:52:22 -0400452 mAttempts++;
Lorenzo Colitti351bfad2015-01-22 22:36:50 +0900453 // Note: This call to isCaptivePortal() could take up to a minute. Resolving the
454 // server's IP addresses could hit the DNS timeout, and attempting connections
455 // to each of the server's several IP addresses (currently one IPv4 and one
456 // IPv6) could each take SOCKET_TIMEOUT_MS. During this time this StateMachine
457 // will be unresponsive. isCaptivePortal() could be executed on another Thread
458 // if this is found to cause problems.
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400459 int httpResponseCode = isCaptivePortal();
Paul Jensenca8f16a2014-05-09 12:47:55 -0400460 if (httpResponseCode == 204) {
461 transitionTo(mValidatedState);
462 } else if (httpResponseCode >= 200 && httpResponseCode <= 399) {
Paul Jensen71b645f2014-10-13 14:13:07 -0400463 transitionTo(mCaptivePortalState);
Paul Jensend0491e9a2015-05-05 14:52:22 -0400464 } else {
Paul Jensend9be23f2015-05-19 14:51:47 -0400465 final Message msg = obtainMessage(CMD_REEVALUATE, ++mReevaluateToken, 0);
Paul Jensen869868be2014-05-15 10:33:05 -0400466 sendMessageDelayed(msg, mReevaluateDelayMs);
Paul Jensend9be23f2015-05-19 14:51:47 -0400467 mConnectivityServiceHandler.sendMessage(obtainMessage(
468 EVENT_NETWORK_TESTED, NETWORK_TEST_RESULT_INVALID, 0,
469 mNetworkAgentInfo));
470 if (mAttempts >= BLAME_FOR_EVALUATION_ATTEMPTS) {
Paul Jensend0491e9a2015-05-05 14:52:22 -0400471 // Don't continue to blame UID forever.
472 TrafficStats.clearThreadStatsUid();
473 }
474 mReevaluateDelayMs *= 2;
475 if (mReevaluateDelayMs > MAX_REEVALUATE_DELAY_MS) {
476 mReevaluateDelayMs = MAX_REEVALUATE_DELAY_MS;
477 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400478 }
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400479 return HANDLED;
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400480 case CMD_FORCE_REEVALUATION:
Paul Jensend0491e9a2015-05-05 14:52:22 -0400481 // Before IGNORE_REEVALUATE_ATTEMPTS attempts are made,
482 // ignore any re-evaluation requests. After, restart the
483 // evaluation process via EvaluatingState#enter.
484 return mAttempts < IGNORE_REEVALUATE_ATTEMPTS ? HANDLED : NOT_HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400485 default:
486 return NOT_HANDLED;
487 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400488 }
Paul Jensen7ccd3df2014-08-29 09:54:01 -0400489
490 @Override
491 public void exit() {
492 TrafficStats.clearThreadStatsUid();
493 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400494 }
495
Paul Jensendcbe8352014-09-16 16:28:34 -0400496 // BroadcastReceiver that waits for a particular Intent and then posts a message.
497 private class CustomIntentReceiver extends BroadcastReceiver {
Paul Jensen71b645f2014-10-13 14:13:07 -0400498 private final int mToken;
499 private final int mWhat;
Paul Jensendcbe8352014-09-16 16:28:34 -0400500 private final String mAction;
Paul Jensen71b645f2014-10-13 14:13:07 -0400501 CustomIntentReceiver(String action, int token, int what) {
502 mToken = token;
503 mWhat = what;
Paul Jensendcbe8352014-09-16 16:28:34 -0400504 mAction = action + "_" + mNetworkAgentInfo.network.netId + "_" + token;
505 mContext.registerReceiver(this, new IntentFilter(mAction));
Paul Jensen869868be2014-05-15 10:33:05 -0400506 }
Paul Jensendcbe8352014-09-16 16:28:34 -0400507 public PendingIntent getPendingIntent() {
Paul Jensen25a217c2015-02-27 22:55:47 -0500508 final Intent intent = new Intent(mAction);
509 intent.setPackage(mContext.getPackageName());
510 return PendingIntent.getBroadcast(mContext, 0, intent, 0);
Paul Jensendcbe8352014-09-16 16:28:34 -0400511 }
512 @Override
513 public void onReceive(Context context, Intent intent) {
Paul Jensen71b645f2014-10-13 14:13:07 -0400514 if (intent.getAction().equals(mAction)) sendMessage(obtainMessage(mWhat, mToken));
Paul Jensendcbe8352014-09-16 16:28:34 -0400515 }
516 }
Paul Jensen869868be2014-05-15 10:33:05 -0400517
Paul Jensen71b645f2014-10-13 14:13:07 -0400518 // Being in the CaptivePortalState State indicates a captive portal was detected and the user
519 // has been shown a notification to sign-in.
520 private class CaptivePortalState extends State {
Paul Jensen25a217c2015-02-27 22:55:47 -0500521 private static final String ACTION_LAUNCH_CAPTIVE_PORTAL_APP =
522 "android.net.netmon.launchCaptivePortalApp";
523
Paul Jensen869868be2014-05-15 10:33:05 -0400524 @Override
525 public void enter() {
Paul Jensenad50a1f2014-09-05 12:06:44 -0400526 mConnectivityServiceHandler.sendMessage(obtainMessage(EVENT_NETWORK_TESTED,
527 NETWORK_TEST_RESULT_INVALID, 0, mNetworkAgentInfo));
Paul Jensend0491e9a2015-05-05 14:52:22 -0400528 // Don't annoy user with sign-in notifications.
Paul Jensen700f2362015-05-05 14:56:10 -0400529 if (mDontDisplaySigninNotification) return;
Paul Jensen25a217c2015-02-27 22:55:47 -0500530 // Create a CustomIntentReceiver that sends us a
531 // CMD_LAUNCH_CAPTIVE_PORTAL_APP message when the user
532 // touches the notification.
533 if (mLaunchCaptivePortalAppBroadcastReceiver == null) {
Paul Jensen71b645f2014-10-13 14:13:07 -0400534 // Wait for result.
Paul Jensen25a217c2015-02-27 22:55:47 -0500535 mLaunchCaptivePortalAppBroadcastReceiver = new CustomIntentReceiver(
536 ACTION_LAUNCH_CAPTIVE_PORTAL_APP, new Random().nextInt(),
537 CMD_LAUNCH_CAPTIVE_PORTAL_APP);
Paul Jensen71b645f2014-10-13 14:13:07 -0400538 }
Paul Jensen25a217c2015-02-27 22:55:47 -0500539 // Display the sign in notification.
Paul Jensen71b645f2014-10-13 14:13:07 -0400540 Message message = obtainMessage(EVENT_PROVISIONING_NOTIFICATION, 1,
541 mNetworkAgentInfo.network.netId,
Paul Jensen25a217c2015-02-27 22:55:47 -0500542 mLaunchCaptivePortalAppBroadcastReceiver.getPendingIntent());
Paul Jensen71b645f2014-10-13 14:13:07 -0400543 mConnectivityServiceHandler.sendMessage(message);
Paul Jensenee3e2ce2015-06-17 15:02:54 -0400544 // Retest for captive portal occasionally.
545 sendMessageDelayed(CMD_CAPTIVE_PORTAL_RECHECK, 0 /* no UID */,
546 CAPTIVE_PORTAL_REEVALUATE_DELAY_MS);
Paul Jensen869868be2014-05-15 10:33:05 -0400547 }
548
549 @Override
Paul Jensenee3e2ce2015-06-17 15:02:54 -0400550 public void exit() {
551 removeMessages(CMD_CAPTIVE_PORTAL_RECHECK);
552 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400553 }
554
Paul Jensen71b645f2014-10-13 14:13:07 -0400555 // Being in the LingeringState State indicates a Network's validated bit is true and it once
556 // was the highest scoring Network satisfying a particular NetworkRequest, but since then
Paul Jensencf4c2c62015-07-01 14:16:32 -0400557 // another Network satisfied the NetworkRequest with a higher score and hence this Network
Paul Jensen71b645f2014-10-13 14:13:07 -0400558 // is "lingered" for a fixed period of time before it is disconnected. This period of time
559 // allows apps to wrap up communication and allows for seamless reactivation if the other
560 // higher scoring Network happens to disconnect.
Paul Jensenca8f16a2014-05-09 12:47:55 -0400561 private class LingeringState extends State {
Paul Jensen79a08052014-08-21 12:44:07 -0400562 private static final String ACTION_LINGER_EXPIRED = "android.net.netmon.lingerExpired";
Paul Jensen79a08052014-08-21 12:44:07 -0400563
Lorenzo Colitti9d3aadb2015-12-02 17:51:28 +0900564 private WakeupMessage mWakeupMessage;
Paul Jensen79a08052014-08-21 12:44:07 -0400565
Paul Jensenca8f16a2014-05-09 12:47:55 -0400566 @Override
567 public void enter() {
Lorenzo Colitti9d3aadb2015-12-02 17:51:28 +0900568 final String cmdName = ACTION_LINGER_EXPIRED + "." + mNetworkAgentInfo.network.netId;
Lorenzo Colittibfecba22016-02-21 01:09:26 +0900569 mWakeupMessage = makeWakeupMessage(mContext, getHandler(), cmdName, CMD_LINGER_EXPIRED);
Paul Jensen79a08052014-08-21 12:44:07 -0400570 long wakeupTime = SystemClock.elapsedRealtime() + mLingerDelayMs;
Lorenzo Colitti9d3aadb2015-12-02 17:51:28 +0900571 mWakeupMessage.schedule(wakeupTime);
Paul Jensenca8f16a2014-05-09 12:47:55 -0400572 }
573
574 @Override
575 public boolean processMessage(Message message) {
Paul Jensenca8f16a2014-05-09 12:47:55 -0400576 switch (message.what) {
577 case CMD_NETWORK_CONNECTED:
Paul Jensen22e547a2015-06-25 09:17:53 -0400578 log("Unlingered");
Paul Jensene0988542015-06-25 15:30:08 -0400579 // If already validated, go straight to validated state.
580 if (mNetworkAgentInfo.lastValidated) {
581 transitionTo(mValidatedState);
582 return HANDLED;
583 }
584 return NOT_HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400585 case CMD_LINGER_EXPIRED:
Paul Jensenca8f16a2014-05-09 12:47:55 -0400586 mConnectivityServiceHandler.sendMessage(
587 obtainMessage(EVENT_NETWORK_LINGER_COMPLETE, mNetworkAgentInfo));
Paul Jensend6a3f7e2014-08-19 09:40:11 -0400588 return HANDLED;
Paul Jensenad50a1f2014-09-05 12:06:44 -0400589 case CMD_FORCE_REEVALUATION:
590 // Ignore reevaluation attempts when lingering. A reevaluation could result
591 // in a transition to the validated state which would abort the linger
592 // timeout. Lingering is the result of score assessment; validity is
593 // irrelevant.
594 return HANDLED;
Paul Jensen71b645f2014-10-13 14:13:07 -0400595 case CMD_CAPTIVE_PORTAL_APP_FINISHED:
596 // Ignore user network determination as this could abort linger timeout.
597 // Networks are only lingered once validated because:
598 // - Unvalidated networks are never lingered (see rematchNetworkAndRequests).
599 // - Once validated, a Network's validated bit is never cleared.
600 // Since networks are only lingered after being validated a user's
601 // determination will not change the death sentence that lingering entails:
602 // - If the user wants to use the network or bypasses the captive portal,
603 // the network's score will not be increased beyond its current value
604 // because it is already validated. Without a score increase there is no
605 // chance of reactivation (i.e. aborting linger timeout).
606 // - If the user does not want the network, lingering will disconnect the
607 // network anyhow.
608 return HANDLED;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400609 default:
610 return NOT_HANDLED;
611 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400612 }
Paul Jensen79a08052014-08-21 12:44:07 -0400613
614 @Override
615 public void exit() {
Lorenzo Colitti9d3aadb2015-12-02 17:51:28 +0900616 mWakeupMessage.cancel();
Paul Jensen79a08052014-08-21 12:44:07 -0400617 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400618 }
619
Udam Sainib7c24872016-01-04 12:16:14 -0800620 public static String getCaptivePortalServerUrl(Context context) {
621 String server = Settings.Global.getString(context.getContentResolver(),
622 Settings.Global.CAPTIVE_PORTAL_SERVER);
623 if (server == null) server = DEFAULT_SERVER;
624 return "http://" + server + "/generate_204";
625 }
626
Paul Jensenca8f16a2014-05-09 12:47:55 -0400627 /**
628 * Do a URL fetch on a known server to see if we get the data we expect.
629 * Returns HTTP response code.
630 */
Paul Jensencf4c2c62015-07-01 14:16:32 -0400631 @VisibleForTesting
632 protected int isCaptivePortal() {
Paul Jensenca8f16a2014-05-09 12:47:55 -0400633 if (!mIsCaptivePortalCheckEnabled) return 204;
634
Paul Jensenca8f16a2014-05-09 12:47:55 -0400635 HttpURLConnection urlConnection = null;
Paul Jensen869868be2014-05-15 10:33:05 -0400636 int httpResponseCode = 599;
Paul Jensenca8f16a2014-05-09 12:47:55 -0400637 try {
Udam Sainib7c24872016-01-04 12:16:14 -0800638 URL url = new URL(getCaptivePortalServerUrl(mContext));
Paul Jensen8fe17422015-02-02 11:03:03 -0500639 // On networks with a PAC instead of fetching a URL that should result in a 204
Udam Sainib7c24872016-01-04 12:16:14 -0800640 // response, we instead simply fetch the PAC script. This is done for a few reasons:
Paul Jensen8fe17422015-02-02 11:03:03 -0500641 // 1. At present our PAC code does not yet handle multiple PACs on multiple networks
642 // until something like https://android-review.googlesource.com/#/c/115180/ lands.
643 // Network.openConnection() will ignore network-specific PACs and instead fetch
644 // using NO_PROXY. If a PAC is in place, the only fetch we know will succeed with
645 // NO_PROXY is the fetch of the PAC itself.
646 // 2. To proxy the generate_204 fetch through a PAC would require a number of things
647 // happen before the fetch can commence, namely:
648 // a) the PAC script be fetched
Udam Sainib7c24872016-01-04 12:16:14 -0800649 // b) a PAC script resolver service be fired up and resolve the captive portal
650 // server.
Paul Jensen8fe17422015-02-02 11:03:03 -0500651 // Network validation could be delayed until these prerequisities are satisifed or
652 // could simply be left to race them. Neither is an optimal solution.
653 // 3. PAC scripts are sometimes used to block or restrict Internet access and may in
654 // fact block fetching of the generate_204 URL which would lead to false negative
655 // results for network validation.
656 boolean fetchPac = false;
Paul Jensen2f0a8972015-06-25 10:07:14 -0400657 final ProxyInfo proxyInfo = mNetworkAgentInfo.linkProperties.getHttpProxy();
658 if (proxyInfo != null && !Uri.EMPTY.equals(proxyInfo.getPacFileUrl())) {
659 url = new URL(proxyInfo.getPacFileUrl().toString());
660 fetchPac = true;
661 }
662 final StringBuffer connectInfo = new StringBuffer();
663 String hostToResolve = null;
664 // Only resolve a host if HttpURLConnection is about to, to avoid any potentially
665 // unnecessary resolution.
666 if (proxyInfo == null || fetchPac) {
667 hostToResolve = url.getHost();
668 } else if (proxyInfo != null) {
669 hostToResolve = proxyInfo.getHost();
670 }
671 if (!TextUtils.isEmpty(hostToResolve)) {
672 connectInfo.append(", " + hostToResolve + "=");
673 final InetAddress[] addresses =
674 mNetworkAgentInfo.network.getAllByName(hostToResolve);
675 for (InetAddress address : addresses) {
676 connectInfo.append(address.getHostAddress());
677 if (address != addresses[addresses.length-1]) connectInfo.append(",");
Paul Jensen8fe17422015-02-02 11:03:03 -0500678 }
679 }
Robert Greenwalt22b4c6a2015-06-23 15:03:33 -0700680 validationLog("Checking " + url.toString() + " on " +
Paul Jensen2f0a8972015-06-25 10:07:14 -0400681 mNetworkAgentInfo.networkInfo.getExtraInfo() + connectInfo);
Lorenzo Colitti9f1274b2014-08-21 11:45:54 -0700682 urlConnection = (HttpURLConnection) mNetworkAgentInfo.network.openConnection(url);
Paul Jensen8fe17422015-02-02 11:03:03 -0500683 urlConnection.setInstanceFollowRedirects(fetchPac);
Paul Jensene547ff22014-08-04 09:12:24 -0400684 urlConnection.setConnectTimeout(SOCKET_TIMEOUT_MS);
685 urlConnection.setReadTimeout(SOCKET_TIMEOUT_MS);
686 urlConnection.setUseCaches(false);
Paul Jensen306f1a42014-08-04 10:59:01 -0400687
688 // Time how long it takes to get a response to our request
689 long requestTimestamp = SystemClock.elapsedRealtime();
690
Paul Jensene547ff22014-08-04 09:12:24 -0400691 urlConnection.getInputStream();
Paul Jensen306f1a42014-08-04 10:59:01 -0400692
693 // Time how long it takes to get a response to our request
694 long responseTimestamp = SystemClock.elapsedRealtime();
695
Paul Jensene547ff22014-08-04 09:12:24 -0400696 httpResponseCode = urlConnection.getResponseCode();
Robert Greenwalt22b4c6a2015-06-23 15:03:33 -0700697 validationLog("isCaptivePortal: ret=" + httpResponseCode +
698 " headers=" + urlConnection.getHeaderFields());
Paul Jensene547ff22014-08-04 09:12:24 -0400699 // NOTE: We may want to consider an "HTTP/1.0 204" response to be a captive
700 // portal. The only example of this seen so far was a captive portal. For
701 // the time being go with prior behavior of assuming it's not a captive
702 // portal. If it is considered a captive portal, a different sign-in URL
703 // is needed (i.e. can't browse a 204). This could be the result of an HTTP
704 // proxy server.
705
706 // Consider 200 response with "Content-length=0" to not be a captive portal.
707 // There's no point in considering this a captive portal as the user cannot
708 // sign-in to an empty page. Probably the result of a broken transparent proxy.
709 // See http://b/9972012.
710 if (httpResponseCode == 200 && urlConnection.getContentLength() == 0) {
Robert Greenwalt22b4c6a2015-06-23 15:03:33 -0700711 validationLog("Empty 200 response interpreted as 204 response.");
Paul Jensene547ff22014-08-04 09:12:24 -0400712 httpResponseCode = 204;
713 }
Paul Jensen306f1a42014-08-04 10:59:01 -0400714
Paul Jensen8fe17422015-02-02 11:03:03 -0500715 if (httpResponseCode == 200 && fetchPac) {
Robert Greenwalt22b4c6a2015-06-23 15:03:33 -0700716 validationLog("PAC fetch 200 response interpreted as 204 response.");
Paul Jensen8fe17422015-02-02 11:03:03 -0500717 httpResponseCode = 204;
718 }
719
Jeff Davidsonf9fff922014-12-05 16:56:08 -0800720 sendNetworkConditionsBroadcast(true /* response received */,
721 httpResponseCode != 204 /* isCaptivePortal */,
Paul Jensen306f1a42014-08-04 10:59:01 -0400722 requestTimestamp, responseTimestamp);
Paul Jensenca8f16a2014-05-09 12:47:55 -0400723 } catch (IOException e) {
Robert Greenwalt22b4c6a2015-06-23 15:03:33 -0700724 validationLog("Probably not a portal: exception " + e);
Paul Jensen869868be2014-05-15 10:33:05 -0400725 if (httpResponseCode == 599) {
726 // TODO: Ping gateway and DNS server and log results.
727 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400728 } finally {
729 if (urlConnection != null) {
730 urlConnection.disconnect();
731 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400732 }
733 return httpResponseCode;
734 }
Paul Jensen306f1a42014-08-04 10:59:01 -0400735
736 /**
737 * @param responseReceived - whether or not we received a valid HTTP response to our request.
738 * If false, isCaptivePortal and responseTimestampMs are ignored
739 * TODO: This should be moved to the transports. The latency could be passed to the transports
740 * along with the captive portal result. Currently the TYPE_MOBILE broadcasts appear unused so
741 * perhaps this could just be added to the WiFi transport only.
742 */
743 private void sendNetworkConditionsBroadcast(boolean responseReceived, boolean isCaptivePortal,
744 long requestTimestampMs, long responseTimestampMs) {
745 if (Settings.Global.getInt(mContext.getContentResolver(),
746 Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE, 0) == 0) {
Paul Jensen306f1a42014-08-04 10:59:01 -0400747 return;
748 }
749
Robert Greenwaltfb68f8f2014-08-13 13:43:32 -0700750 if (systemReady == false) return;
751
Paul Jensen306f1a42014-08-04 10:59:01 -0400752 Intent latencyBroadcast = new Intent(ACTION_NETWORK_CONDITIONS_MEASURED);
753 switch (mNetworkAgentInfo.networkInfo.getType()) {
754 case ConnectivityManager.TYPE_WIFI:
755 WifiInfo currentWifiInfo = mWifiManager.getConnectionInfo();
756 if (currentWifiInfo != null) {
757 // NOTE: getSSID()'s behavior changed in API 17; before that, SSIDs were not
758 // surrounded by double quotation marks (thus violating the Javadoc), but this
759 // was changed to match the Javadoc in API 17. Since clients may have started
760 // sanitizing the output of this method since API 17 was released, we should
761 // not change it here as it would become impossible to tell whether the SSID is
762 // simply being surrounded by quotes due to the API, or whether those quotes
763 // are actually part of the SSID.
764 latencyBroadcast.putExtra(EXTRA_SSID, currentWifiInfo.getSSID());
765 latencyBroadcast.putExtra(EXTRA_BSSID, currentWifiInfo.getBSSID());
766 } else {
767 if (DBG) logw("network info is TYPE_WIFI but no ConnectionInfo found");
768 return;
769 }
770 break;
771 case ConnectivityManager.TYPE_MOBILE:
772 latencyBroadcast.putExtra(EXTRA_NETWORK_TYPE, mTelephonyManager.getNetworkType());
773 List<CellInfo> info = mTelephonyManager.getAllCellInfo();
774 if (info == null) return;
775 int numRegisteredCellInfo = 0;
776 for (CellInfo cellInfo : info) {
777 if (cellInfo.isRegistered()) {
778 numRegisteredCellInfo++;
779 if (numRegisteredCellInfo > 1) {
Paul Jensen22e547a2015-06-25 09:17:53 -0400780 log("more than one registered CellInfo. Can't " +
Paul Jensen306f1a42014-08-04 10:59:01 -0400781 "tell which is active. Bailing.");
782 return;
783 }
784 if (cellInfo instanceof CellInfoCdma) {
785 CellIdentityCdma cellId = ((CellInfoCdma) cellInfo).getCellIdentity();
786 latencyBroadcast.putExtra(EXTRA_CELL_ID, cellId);
787 } else if (cellInfo instanceof CellInfoGsm) {
788 CellIdentityGsm cellId = ((CellInfoGsm) cellInfo).getCellIdentity();
789 latencyBroadcast.putExtra(EXTRA_CELL_ID, cellId);
790 } else if (cellInfo instanceof CellInfoLte) {
791 CellIdentityLte cellId = ((CellInfoLte) cellInfo).getCellIdentity();
792 latencyBroadcast.putExtra(EXTRA_CELL_ID, cellId);
793 } else if (cellInfo instanceof CellInfoWcdma) {
794 CellIdentityWcdma cellId = ((CellInfoWcdma) cellInfo).getCellIdentity();
795 latencyBroadcast.putExtra(EXTRA_CELL_ID, cellId);
796 } else {
797 if (DBG) logw("Registered cellinfo is unrecognized");
798 return;
799 }
800 }
801 }
802 break;
803 default:
804 return;
805 }
806 latencyBroadcast.putExtra(EXTRA_CONNECTIVITY_TYPE, mNetworkAgentInfo.networkInfo.getType());
807 latencyBroadcast.putExtra(EXTRA_RESPONSE_RECEIVED, responseReceived);
808 latencyBroadcast.putExtra(EXTRA_REQUEST_TIMESTAMP_MS, requestTimestampMs);
809
810 if (responseReceived) {
811 latencyBroadcast.putExtra(EXTRA_IS_CAPTIVE_PORTAL, isCaptivePortal);
812 latencyBroadcast.putExtra(EXTRA_RESPONSE_TIMESTAMP_MS, responseTimestampMs);
813 }
Paul Jensen55298582014-08-20 11:01:41 -0400814 mContext.sendBroadcastAsUser(latencyBroadcast, UserHandle.CURRENT,
815 PERMISSION_ACCESS_NETWORK_CONDITIONS);
Paul Jensen306f1a42014-08-04 10:59:01 -0400816 }
Paul Jensend7b6ca92015-05-13 14:05:12 -0400817
818 // Allow tests to override linger time.
819 @VisibleForTesting
820 public static void SetDefaultLingerTime(int time_ms) {
821 if (Process.myUid() == Process.SYSTEM_UID) {
822 throw new SecurityException("SetDefaultLingerTime only for internal testing.");
823 }
824 DEFAULT_LINGER_DELAY_MS = time_ms;
825 }
Lorenzo Colittibfecba22016-02-21 01:09:26 +0900826
827 @VisibleForTesting
828 protected WakeupMessage makeWakeupMessage(Context c, Handler h, String s, int i) {
829 return new WakeupMessage(c, h, s, i);
830 }
Paul Jensenca8f16a2014-05-09 12:47:55 -0400831}