blob: abc00feeb212c75411ac8584de204ef2e2a595b3 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001/*
2 * Copyright (C) 2008 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 */
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080016package android.net;
17
Felipe Leme1b103232016-01-22 09:44:57 -080018import android.annotation.IntDef;
Chalard Jean50bea3d2019-01-07 19:26:34 +090019import android.annotation.NonNull;
Robin Lee244ce8e2016-01-05 18:03:46 +000020import android.annotation.Nullable;
Jeff Sharkey30e06bb2017-04-24 11:18:03 -060021import android.annotation.RequiresPermission;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080022import android.annotation.SdkConstant;
23import android.annotation.SdkConstant.SdkConstantType;
Udam Sainib7c24872016-01-04 12:16:14 -080024import android.annotation.SystemApi;
Jeff Sharkeyd86b8fe2017-06-02 17:36:26 -060025import android.annotation.SystemService;
Mathew Inwoodfa3a7462018-08-08 14:52:47 +010026import android.annotation.UnsupportedAppUsage;
Robert Greenwalt9258c642014-03-26 16:47:06 -070027import android.app.PendingIntent;
Jeff Sharkey8fc27e82012-04-04 20:40:58 -070028import android.content.Context;
Robert Greenwaltd19c41c2014-05-18 23:07:25 -070029import android.content.Intent;
Robert Greenwalt42acef32009-08-12 16:08:25 -070030import android.os.Binder;
Mathew Inwood55418ea2018-12-20 15:30:45 +000031import android.os.Build;
Jeff Sharkey3a844fc2011-08-16 14:37:57 -070032import android.os.Build.VERSION_CODES;
Jeremy Klein36c7aa02016-01-22 14:11:45 -080033import android.os.Bundle;
Robert Greenwalt9258c642014-03-26 16:47:06 -070034import android.os.Handler;
35import android.os.HandlerThread;
Dianne Hackborn77b987f2014-02-26 16:20:52 -080036import android.os.IBinder;
37import android.os.INetworkActivityListener;
38import android.os.INetworkManagementService;
Robert Greenwalt9258c642014-03-26 16:47:06 -070039import android.os.Looper;
40import android.os.Message;
Robert Greenwalt665e1ae2012-08-21 19:27:00 -070041import android.os.Messenger;
Lorenzo Colittiffc42b02015-07-29 11:41:21 +090042import android.os.Process;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080043import android.os.RemoteException;
Jeremy Klein36c7aa02016-01-22 14:11:45 -080044import android.os.ResultReceiver;
Dianne Hackborn77b987f2014-02-26 16:20:52 -080045import android.os.ServiceManager;
Hugo Benichicb883232017-05-11 13:16:17 +090046import android.os.ServiceSpecificException;
Jeff Sharkey961e3042011-08-29 16:02:57 -070047import android.provider.Settings;
Wink Saville36ffb042014-12-05 11:10:30 -080048import android.telephony.SubscriptionManager;
Dianne Hackborn77b987f2014-02-26 16:20:52 -080049import android.util.ArrayMap;
Robert Greenwalt9258c642014-03-26 16:47:06 -070050import android.util.Log;
Erik Kline35bf06c2017-01-26 18:08:28 +090051import android.util.SparseIntArray;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080052
Robert Greenwaltafa05c02014-05-21 20:04:36 -070053import com.android.internal.telephony.ITelephony;
Robert Greenwalt562cc542014-05-15 18:07:26 -070054import com.android.internal.telephony.PhoneConstants;
Hugo Benichidafed3d2017-03-06 09:17:06 +090055import com.android.internal.util.Preconditions;
56import com.android.internal.util.Protocol;
Robert Greenwaltafa05c02014-05-21 20:04:36 -070057
Paul Jensenc91b5342014-08-27 12:38:45 -040058import libcore.net.event.NetworkEventDispatcher;
59
Felipe Leme1b103232016-01-22 09:44:57 -080060import java.lang.annotation.Retention;
61import java.lang.annotation.RetentionPolicy;
Jeremy Kleind42209d2015-12-28 15:11:58 -080062import java.net.InetAddress;
Jeff Vander Stoep0ac2c092018-07-23 10:57:53 -070063import java.net.InetSocketAddress;
Hugo Benichidafed3d2017-03-06 09:17:06 +090064import java.util.ArrayList;
Jeremy Kleind42209d2015-12-28 15:11:58 -080065import java.util.HashMap;
Hugo Benichidafed3d2017-03-06 09:17:06 +090066import java.util.List;
67import java.util.Map;
Jeremy Kleind42209d2015-12-28 15:11:58 -080068
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080069/**
70 * Class that answers queries about the state of network connectivity. It also
Jeff Sharkeyd86b8fe2017-06-02 17:36:26 -060071 * notifies applications when network connectivity changes.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080072 * <p>
73 * The primary responsibilities of this class are to:
74 * <ol>
75 * <li>Monitor network connections (Wi-Fi, GPRS, UMTS, etc.)</li>
76 * <li>Send broadcast intents when network connectivity changes</li>
77 * <li>Attempt to "fail over" to another network when connectivity to a network
78 * is lost</li>
79 * <li>Provide an API that allows applications to query the coarse-grained or fine-grained
80 * state of the available networks</li>
Robert Greenwaltd19c41c2014-05-18 23:07:25 -070081 * <li>Provide an API that allows applications to request and select networks for their data
82 * traffic</li>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080083 * </ol>
84 */
Jeff Sharkeyd86b8fe2017-06-02 17:36:26 -060085@SystemService(Context.CONNECTIVITY_SERVICE)
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -070086public class ConnectivityManager {
87 private static final String TAG = "ConnectivityManager";
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +090088 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -070089
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080090 /**
Robert Greenwaltd19c41c2014-05-18 23:07:25 -070091 * A change in network connectivity has occurred. A default connection has either
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080092 * been established or lost. The NetworkInfo for the affected network is
93 * sent as an extra; it should be consulted to see what kind of
94 * connectivity event occurred.
95 * <p/>
Mark Lu33ec1062016-12-05 10:57:55 -080096 * Apps targeting Android 7.0 (API level 24) and higher do not receive this
97 * broadcast if they declare the broadcast receiver in their manifest. Apps
98 * will still receive broadcasts if they register their
99 * {@link android.content.BroadcastReceiver} with
100 * {@link android.content.Context#registerReceiver Context.registerReceiver()}
101 * and that context is still valid.
102 * <p/>
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800103 * If this is a connection that was the result of failing over from a
104 * disconnected network, then the FAILOVER_CONNECTION boolean extra is
105 * set to true.
106 * <p/>
107 * For a loss of connectivity, if the connectivity manager is attempting
108 * to connect (or has already connected) to another network, the
109 * NetworkInfo for the new network is also passed as an extra. This lets
110 * any receivers of the broadcast know that they should not necessarily
111 * tell the user that no data traffic will be possible. Instead, the
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800112 * receiver should expect another broadcast soon, indicating either that
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800113 * the failover attempt succeeded (and so there is still overall data
114 * connectivity), or that the failover attempt failed, meaning that all
115 * connectivity has been lost.
116 * <p/>
117 * For a disconnect event, the boolean extra EXTRA_NO_CONNECTIVITY
118 * is set to {@code true} if there are no connected networks at all.
Chalard Jean054cd162018-02-10 05:33:50 +0900119 *
120 * @deprecated apps should use the more versatile {@link #requestNetwork},
121 * {@link #registerNetworkCallback} or {@link #registerDefaultNetworkCallback}
122 * functions instead for faster and more detailed updates about the network
123 * changes they care about.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800124 */
Jeff Sharkey4fa63b22013-02-20 18:21:19 -0800125 @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Chalard Jean054cd162018-02-10 05:33:50 +0900126 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800127 public static final String CONNECTIVITY_ACTION = "android.net.conn.CONNECTIVITY_CHANGE";
Jeff Sharkeyf0ceede2011-08-02 17:22:34 -0700128
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800129 /**
Robert Greenwalte94a6ff2015-09-01 08:23:04 -0700130 * A temporary hack until SUPL system can get off the legacy APIS.
131 * They do too many network requests and the long list of apps listening
Chalard Jean4d660112018-06-04 16:52:49 +0900132 * and waking due to the CONNECTIVITY_ACTION broadcast makes it expensive.
133 * Use this broadcast intent instead for SUPL requests.
Robert Greenwalte94a6ff2015-09-01 08:23:04 -0700134 * @hide
135 */
136 public static final String CONNECTIVITY_ACTION_SUPL =
137 "android.net.conn.CONNECTIVITY_CHANGE_SUPL";
138
139 /**
Paul Jensen25a217c2015-02-27 22:55:47 -0500140 * The device has connected to a network that has presented a captive
141 * portal, which is blocking Internet connectivity. The user was presented
142 * with a notification that network sign in is required,
143 * and the user invoked the notification's action indicating they
Paul Jensen49e3edf2015-05-22 10:50:39 -0400144 * desire to sign in to the network. Apps handling this activity should
Paul Jensen25a217c2015-02-27 22:55:47 -0500145 * facilitate signing in to the network. This action includes a
146 * {@link Network} typed extra called {@link #EXTRA_NETWORK} that represents
147 * the network presenting the captive portal; all communication with the
148 * captive portal must be done using this {@code Network} object.
149 * <p/>
Paul Jensen49e3edf2015-05-22 10:50:39 -0400150 * This activity includes a {@link CaptivePortal} extra named
151 * {@link #EXTRA_CAPTIVE_PORTAL} that can be used to indicate different
152 * outcomes of the captive portal sign in to the system:
153 * <ul>
154 * <li> When the app handling this action believes the user has signed in to
155 * the network and the captive portal has been dismissed, the app should
156 * call {@link CaptivePortal#reportCaptivePortalDismissed} so the system can
157 * reevaluate the network. If reevaluation finds the network no longer
158 * subject to a captive portal, the network may become the default active
Chalard Jean4d660112018-06-04 16:52:49 +0900159 * data network.</li>
Paul Jensen49e3edf2015-05-22 10:50:39 -0400160 * <li> When the app handling this action believes the user explicitly wants
Paul Jensen25a217c2015-02-27 22:55:47 -0500161 * to ignore the captive portal and the network, the app should call
Paul Jensen49e3edf2015-05-22 10:50:39 -0400162 * {@link CaptivePortal#ignoreNetwork}. </li>
163 * </ul>
Paul Jensen25a217c2015-02-27 22:55:47 -0500164 */
165 @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
166 public static final String ACTION_CAPTIVE_PORTAL_SIGN_IN = "android.net.conn.CAPTIVE_PORTAL";
167
168 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800169 * The lookup key for a {@link NetworkInfo} object. Retrieve with
170 * {@link android.content.Intent#getParcelableExtra(String)}.
Jeff Sharkeyf0ceede2011-08-02 17:22:34 -0700171 *
172 * @deprecated Since {@link NetworkInfo} can vary based on UID, applications
173 * should always obtain network information through
Paul Jensen3541e9f2015-03-18 12:23:02 -0400174 * {@link #getActiveNetworkInfo()}.
Jeff Sharkey75fbb4b2012-08-06 11:41:50 -0700175 * @see #EXTRA_NETWORK_TYPE
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800176 */
Jeff Sharkeyf0ceede2011-08-02 17:22:34 -0700177 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800178 public static final String EXTRA_NETWORK_INFO = "networkInfo";
Jeff Sharkeyf0ceede2011-08-02 17:22:34 -0700179
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800180 /**
Jeff Sharkey75fbb4b2012-08-06 11:41:50 -0700181 * Network type which triggered a {@link #CONNECTIVITY_ACTION} broadcast.
Jeff Sharkey75fbb4b2012-08-06 11:41:50 -0700182 *
183 * @see android.content.Intent#getIntExtra(String, int)
184 */
185 public static final String EXTRA_NETWORK_TYPE = "networkType";
186
187 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800188 * The lookup key for a boolean that indicates whether a connect event
189 * is for a network to which the connectivity manager was failing over
190 * following a disconnect on another network.
191 * Retrieve it with {@link android.content.Intent#getBooleanExtra(String,boolean)}.
junyulai3822c8a2018-12-13 12:47:51 +0800192 *
193 * @deprecated See {@link NetworkInfo}.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800194 */
junyulai3822c8a2018-12-13 12:47:51 +0800195 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800196 public static final String EXTRA_IS_FAILOVER = "isFailover";
197 /**
198 * The lookup key for a {@link NetworkInfo} object. This is supplied when
199 * there is another network that it may be possible to connect to. Retrieve with
200 * {@link android.content.Intent#getParcelableExtra(String)}.
junyulai3822c8a2018-12-13 12:47:51 +0800201 *
202 * @deprecated See {@link NetworkInfo}.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800203 */
junyulai3822c8a2018-12-13 12:47:51 +0800204 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800205 public static final String EXTRA_OTHER_NETWORK_INFO = "otherNetwork";
206 /**
207 * The lookup key for a boolean that indicates whether there is a
208 * complete lack of connectivity, i.e., no network is available.
209 * Retrieve it with {@link android.content.Intent#getBooleanExtra(String,boolean)}.
210 */
211 public static final String EXTRA_NO_CONNECTIVITY = "noConnectivity";
212 /**
213 * The lookup key for a string that indicates why an attempt to connect
214 * to a network failed. The string has no particular structure. It is
215 * intended to be used in notifications presented to users. Retrieve
216 * it with {@link android.content.Intent#getStringExtra(String)}.
217 */
218 public static final String EXTRA_REASON = "reason";
219 /**
220 * The lookup key for a string that provides optionally supplied
221 * extra information about the network state. The information
222 * may be passed up from the lower networking layers, and its
223 * meaning may be specific to a particular network type. Retrieve
224 * it with {@link android.content.Intent#getStringExtra(String)}.
junyulai3822c8a2018-12-13 12:47:51 +0800225 *
226 * @deprecated See {@link NetworkInfo#getExtraInfo()}.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800227 */
junyulai3822c8a2018-12-13 12:47:51 +0800228 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800229 public static final String EXTRA_EXTRA_INFO = "extraInfo";
Robert Greenwaltd7085fc2010-09-08 15:24:47 -0700230 /**
231 * The lookup key for an int that provides information about
232 * our connection to the internet at large. 0 indicates no connection,
233 * 100 indicates a great connection. Retrieve it with
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -0700234 * {@link android.content.Intent#getIntExtra(String, int)}.
Robert Greenwaltd7085fc2010-09-08 15:24:47 -0700235 * {@hide}
236 */
237 public static final String EXTRA_INET_CONDITION = "inetCondition";
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800238 /**
Paul Jensen49e3edf2015-05-22 10:50:39 -0400239 * The lookup key for a {@link CaptivePortal} object included with the
240 * {@link #ACTION_CAPTIVE_PORTAL_SIGN_IN} intent. The {@code CaptivePortal}
241 * object can be used to either indicate to the system that the captive
242 * portal has been dismissed or that the user does not want to pursue
243 * signing in to captive portal. Retrieve it with
244 * {@link android.content.Intent#getParcelableExtra(String)}.
Paul Jensen25a217c2015-02-27 22:55:47 -0500245 */
Paul Jensen49e3edf2015-05-22 10:50:39 -0400246 public static final String EXTRA_CAPTIVE_PORTAL = "android.net.extra.CAPTIVE_PORTAL";
Jan Nordqvist52eb29f2015-09-22 15:54:32 -0700247
248 /**
249 * Key for passing a URL to the captive portal login activity.
250 */
251 public static final String EXTRA_CAPTIVE_PORTAL_URL = "android.net.extra.CAPTIVE_PORTAL_URL";
252
Paul Jensen25a217c2015-02-27 22:55:47 -0500253 /**
Remi NGUYEN VAN8255c2d2018-05-22 10:01:53 +0900254 * Key for passing a {@link android.net.captiveportal.CaptivePortalProbeSpec} to the captive
255 * portal login activity.
256 * {@hide}
257 */
258 public static final String EXTRA_CAPTIVE_PORTAL_PROBE_SPEC =
259 "android.net.extra.CAPTIVE_PORTAL_PROBE_SPEC";
260
261 /**
Hugo Benichicdf3ba42016-12-14 08:23:40 +0900262 * Key for passing a user agent string to the captive portal login activity.
263 * {@hide}
264 */
265 public static final String EXTRA_CAPTIVE_PORTAL_USER_AGENT =
266 "android.net.extra.CAPTIVE_PORTAL_USER_AGENT";
267
268 /**
Haoyu Baidb3c8672012-06-20 14:29:57 -0700269 * Broadcast action to indicate the change of data activity status
270 * (idle or active) on a network in a recent period.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800271 * The network becomes active when data transmission is started, or
272 * idle if there is no data transmission for a period of time.
Haoyu Baidb3c8672012-06-20 14:29:57 -0700273 * {@hide}
274 */
275 @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Chalard Jean4d660112018-06-04 16:52:49 +0900276 public static final String ACTION_DATA_ACTIVITY_CHANGE =
277 "android.net.conn.DATA_ACTIVITY_CHANGE";
Haoyu Baidb3c8672012-06-20 14:29:57 -0700278 /**
279 * The lookup key for an enum that indicates the network device type on which this data activity
280 * change happens.
281 * {@hide}
282 */
283 public static final String EXTRA_DEVICE_TYPE = "deviceType";
284 /**
285 * The lookup key for a boolean that indicates the device is active or not. {@code true} means
286 * it is actively sending or receiving data and {@code false} means it is idle.
287 * {@hide}
288 */
289 public static final String EXTRA_IS_ACTIVE = "isActive";
Ashish Sharma0535a9f2014-03-12 18:42:23 -0700290 /**
291 * The lookup key for a long that contains the timestamp (nanos) of the radio state change.
292 * {@hide}
293 */
294 public static final String EXTRA_REALTIME_NS = "tsNanos";
Haoyu Baidb3c8672012-06-20 14:29:57 -0700295
296 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800297 * Broadcast Action: The setting for background data usage has changed
298 * values. Use {@link #getBackgroundDataSetting()} to get the current value.
299 * <p>
300 * If an application uses the network in the background, it should listen
301 * for this broadcast and stop using the background data if the value is
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -0700302 * {@code false}.
Jeff Sharkey54ee2ad2012-01-30 16:29:24 -0800303 * <p>
304 *
305 * @deprecated As of {@link VERSION_CODES#ICE_CREAM_SANDWICH}, availability
306 * of background data depends on several combined factors, and
307 * this broadcast is no longer sent. Instead, when background
308 * data is unavailable, {@link #getActiveNetworkInfo()} will now
309 * appear disconnected. During first boot after a platform
310 * upgrade, this broadcast will be sent once if
311 * {@link #getBackgroundDataSetting()} was {@code false} before
312 * the upgrade.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800313 */
314 @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Jeff Sharkey54ee2ad2012-01-30 16:29:24 -0800315 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800316 public static final String ACTION_BACKGROUND_DATA_SETTING_CHANGED =
317 "android.net.conn.BACKGROUND_DATA_SETTING_CHANGED";
318
Robert Greenwalt1e9aac22010-09-15 17:36:33 -0700319 /**
320 * Broadcast Action: The network connection may not be good
321 * uses {@code ConnectivityManager.EXTRA_INET_CONDITION} and
322 * {@code ConnectivityManager.EXTRA_NETWORK_INFO} to specify
323 * the network and it's condition.
324 * @hide
325 */
Jeff Sharkey4fa63b22013-02-20 18:21:19 -0800326 @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100327 @UnsupportedAppUsage
Robert Greenwalt1e9aac22010-09-15 17:36:33 -0700328 public static final String INET_CONDITION_ACTION =
329 "android.net.conn.INET_CONDITION_ACTION";
330
Robert Greenwalt42acef32009-08-12 16:08:25 -0700331 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800332 * Broadcast Action: A tetherable connection has come or gone.
333 * Uses {@code ConnectivityManager.EXTRA_AVAILABLE_TETHER},
Erik Kline8351faa2017-04-17 16:47:23 +0900334 * {@code ConnectivityManager.EXTRA_ACTIVE_LOCAL_ONLY},
335 * {@code ConnectivityManager.EXTRA_ACTIVE_TETHER}, and
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800336 * {@code ConnectivityManager.EXTRA_ERRORED_TETHER} to indicate
337 * the current state of tethering. Each include a list of
338 * interface names in that state (may be empty).
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -0800339 * @hide
340 */
Jeff Sharkey4fa63b22013-02-20 18:21:19 -0800341 @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100342 @UnsupportedAppUsage
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -0800343 public static final String ACTION_TETHER_STATE_CHANGED =
344 "android.net.conn.TETHER_STATE_CHANGED";
345
346 /**
347 * @hide
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800348 * gives a String[] listing all the interfaces configured for
349 * tethering and currently available for tethering.
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -0800350 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100351 @UnsupportedAppUsage
Robert Greenwalt2a091d72010-02-11 18:18:40 -0800352 public static final String EXTRA_AVAILABLE_TETHER = "availableArray";
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -0800353
354 /**
355 * @hide
Erik Kline8351faa2017-04-17 16:47:23 +0900356 * gives a String[] listing all the interfaces currently in local-only
357 * mode (ie, has DHCPv4+IPv6-ULA support and no packet forwarding)
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -0800358 */
Erik Kline8351faa2017-04-17 16:47:23 +0900359 public static final String EXTRA_ACTIVE_LOCAL_ONLY = "localOnlyArray";
360
361 /**
362 * @hide
363 * gives a String[] listing all the interfaces currently tethered
364 * (ie, has DHCPv4 support and packets potentially forwarded/NATed)
365 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100366 @UnsupportedAppUsage
Erik Kline8351faa2017-04-17 16:47:23 +0900367 public static final String EXTRA_ACTIVE_TETHER = "tetherArray";
Robert Greenwalt2a091d72010-02-11 18:18:40 -0800368
369 /**
370 * @hide
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800371 * gives a String[] listing all the interfaces we tried to tether and
372 * failed. Use {@link #getLastTetherError} to find the error code
373 * for any interfaces listed here.
Robert Greenwalt2a091d72010-02-11 18:18:40 -0800374 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100375 @UnsupportedAppUsage
Robert Greenwalt2a091d72010-02-11 18:18:40 -0800376 public static final String EXTRA_ERRORED_TETHER = "erroredArray";
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -0800377
378 /**
Russell Brenner108da0c2013-02-12 10:03:14 -0800379 * Broadcast Action: The captive portal tracker has finished its test.
380 * Sent only while running Setup Wizard, in lieu of showing a user
381 * notification.
382 * @hide
383 */
Jeff Sharkey4fa63b22013-02-20 18:21:19 -0800384 @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
Russell Brenner108da0c2013-02-12 10:03:14 -0800385 public static final String ACTION_CAPTIVE_PORTAL_TEST_COMPLETED =
386 "android.net.conn.CAPTIVE_PORTAL_TEST_COMPLETED";
387 /**
388 * The lookup key for a boolean that indicates whether a captive portal was detected.
389 * Retrieve it with {@link android.content.Intent#getBooleanExtra(String,boolean)}.
390 * @hide
391 */
392 public static final String EXTRA_IS_CAPTIVE_PORTAL = "captivePortal";
393
394 /**
Lorenzo Colittie03c3c72015-04-03 16:38:52 +0900395 * Action used to display a dialog that asks the user whether to connect to a network that is
396 * not validated. This intent is used to start the dialog in settings via startActivity.
397 *
398 * @hide
399 */
400 public static final String ACTION_PROMPT_UNVALIDATED = "android.net.conn.PROMPT_UNVALIDATED";
401
402 /**
Lorenzo Colitti9be58c52016-09-15 14:02:29 +0900403 * Action used to display a dialog that asks the user whether to avoid a network that is no
404 * longer validated. This intent is used to start the dialog in settings via startActivity.
405 *
406 * @hide
407 */
408 public static final String ACTION_PROMPT_LOST_VALIDATION =
409 "android.net.conn.PROMPT_LOST_VALIDATION";
410
411 /**
Jeremy Klein36c7aa02016-01-22 14:11:45 -0800412 * Invalid tethering type.
Chalard Jean4d660112018-06-04 16:52:49 +0900413 * @see #startTethering(int, boolean, OnStartTetheringCallback)
Jeremy Klein36c7aa02016-01-22 14:11:45 -0800414 * @hide
415 */
416 public static final int TETHERING_INVALID = -1;
417
418 /**
419 * Wifi tethering type.
Chalard Jean4d660112018-06-04 16:52:49 +0900420 * @see #startTethering(int, boolean, OnStartTetheringCallback)
Jeremy Klein36c7aa02016-01-22 14:11:45 -0800421 * @hide
422 */
423 @SystemApi
424 public static final int TETHERING_WIFI = 0;
425
426 /**
427 * USB tethering type.
Chalard Jean4d660112018-06-04 16:52:49 +0900428 * @see #startTethering(int, boolean, OnStartTetheringCallback)
Jeremy Klein36c7aa02016-01-22 14:11:45 -0800429 * @hide
430 */
431 @SystemApi
432 public static final int TETHERING_USB = 1;
433
434 /**
435 * Bluetooth tethering type.
Chalard Jean4d660112018-06-04 16:52:49 +0900436 * @see #startTethering(int, boolean, OnStartTetheringCallback)
Jeremy Klein36c7aa02016-01-22 14:11:45 -0800437 * @hide
438 */
439 @SystemApi
440 public static final int TETHERING_BLUETOOTH = 2;
441
442 /**
443 * Extra used for communicating with the TetherService. Includes the type of tethering to
444 * enable if any.
445 * @hide
446 */
447 public static final String EXTRA_ADD_TETHER_TYPE = "extraAddTetherType";
448
449 /**
450 * Extra used for communicating with the TetherService. Includes the type of tethering for
451 * which to cancel provisioning.
452 * @hide
453 */
454 public static final String EXTRA_REM_TETHER_TYPE = "extraRemTetherType";
455
456 /**
457 * Extra used for communicating with the TetherService. True to schedule a recheck of tether
458 * provisioning.
459 * @hide
460 */
461 public static final String EXTRA_SET_ALARM = "extraSetAlarm";
462
463 /**
464 * Tells the TetherService to run a provision check now.
465 * @hide
466 */
467 public static final String EXTRA_RUN_PROVISION = "extraRunProvision";
468
469 /**
470 * Extra used for communicating with the TetherService. Contains the {@link ResultReceiver}
471 * which will receive provisioning results. Can be left empty.
472 * @hide
473 */
474 public static final String EXTRA_PROVISION_CALLBACK = "extraProvisionCallback";
475
476 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800477 * The absence of a connection type.
Robert Greenwaltccf83af12011-06-02 17:30:47 -0700478 * @hide
479 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100480 @UnsupportedAppUsage
Robert Greenwaltccf83af12011-06-02 17:30:47 -0700481 public static final int TYPE_NONE = -1;
482
483 /**
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900484 * A Mobile data connection. Devices may support more than one.
485 *
486 * @deprecated Applications should instead use {@link NetworkCapabilities#hasTransport} or
487 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request an
488 * appropriate network. {@see NetworkCapabilities} for supported transports.
Robert Greenwalt42acef32009-08-12 16:08:25 -0700489 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900490 @Deprecated
Robert Greenwalt42acef32009-08-12 16:08:25 -0700491 public static final int TYPE_MOBILE = 0;
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900492
Robert Greenwalt42acef32009-08-12 16:08:25 -0700493 /**
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900494 * A WIFI data connection. Devices may support more than one.
495 *
496 * @deprecated Applications should instead use {@link NetworkCapabilities#hasTransport} or
497 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request an
498 * appropriate network. {@see NetworkCapabilities} for supported transports.
Robert Greenwalt42acef32009-08-12 16:08:25 -0700499 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900500 @Deprecated
Robert Greenwalt42acef32009-08-12 16:08:25 -0700501 public static final int TYPE_WIFI = 1;
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900502
Robert Greenwalt42acef32009-08-12 16:08:25 -0700503 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800504 * An MMS-specific Mobile data connection. This network type may use the
505 * same network interface as {@link #TYPE_MOBILE} or it may use a different
506 * one. This is used by applications needing to talk to the carrier's
507 * Multimedia Messaging Service servers.
Lorenzo Colittie285b432015-04-23 15:32:42 +0900508 *
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900509 * @deprecated Applications should instead use {@link NetworkCapabilities#hasCapability} or
Lorenzo Colitti2ea89e52015-04-24 17:03:31 +0900510 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request a network that
Lorenzo Colittie285b432015-04-23 15:32:42 +0900511 * provides the {@link NetworkCapabilities#NET_CAPABILITY_MMS} capability.
Robert Greenwalt42acef32009-08-12 16:08:25 -0700512 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -0700513 @Deprecated
Robert Greenwalt42acef32009-08-12 16:08:25 -0700514 public static final int TYPE_MOBILE_MMS = 2;
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900515
Robert Greenwalt42acef32009-08-12 16:08:25 -0700516 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800517 * A SUPL-specific Mobile data connection. This network type may use the
518 * same network interface as {@link #TYPE_MOBILE} or it may use a different
519 * one. This is used by applications needing to talk to the carrier's
520 * Secure User Plane Location servers for help locating the device.
Lorenzo Colittie285b432015-04-23 15:32:42 +0900521 *
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900522 * @deprecated Applications should instead use {@link NetworkCapabilities#hasCapability} or
Lorenzo Colitti2ea89e52015-04-24 17:03:31 +0900523 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request a network that
Lorenzo Colittie285b432015-04-23 15:32:42 +0900524 * provides the {@link NetworkCapabilities#NET_CAPABILITY_SUPL} capability.
Robert Greenwalt42acef32009-08-12 16:08:25 -0700525 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -0700526 @Deprecated
Robert Greenwalt42acef32009-08-12 16:08:25 -0700527 public static final int TYPE_MOBILE_SUPL = 3;
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900528
Robert Greenwalt42acef32009-08-12 16:08:25 -0700529 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800530 * A DUN-specific Mobile data connection. This network type may use the
531 * same network interface as {@link #TYPE_MOBILE} or it may use a different
532 * one. This is sometimes by the system when setting up an upstream connection
533 * for tethering so that the carrier is aware of DUN traffic.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900534 *
535 * @deprecated Applications should instead use {@link NetworkCapabilities#hasCapability} or
536 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request a network that
537 * provides the {@link NetworkCapabilities#NET_CAPABILITY_DUN} capability.
Robert Greenwalt42acef32009-08-12 16:08:25 -0700538 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900539 @Deprecated
Robert Greenwalt42acef32009-08-12 16:08:25 -0700540 public static final int TYPE_MOBILE_DUN = 4;
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900541
Robert Greenwalt42acef32009-08-12 16:08:25 -0700542 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800543 * A High Priority Mobile data connection. This network type uses the
544 * same network interface as {@link #TYPE_MOBILE} but the routing setup
Lorenzo Colittie285b432015-04-23 15:32:42 +0900545 * is different.
546 *
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900547 * @deprecated Applications should instead use {@link NetworkCapabilities#hasTransport} or
548 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request an
549 * appropriate network. {@see NetworkCapabilities} for supported transports.
Robert Greenwalt42acef32009-08-12 16:08:25 -0700550 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -0700551 @Deprecated
Robert Greenwalt42acef32009-08-12 16:08:25 -0700552 public static final int TYPE_MOBILE_HIPRI = 5;
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900553
jsh8214deb2010-03-11 15:04:43 -0800554 /**
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900555 * A WiMAX data connection.
556 *
557 * @deprecated Applications should instead use {@link NetworkCapabilities#hasTransport} or
558 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request an
559 * appropriate network. {@see NetworkCapabilities} for supported transports.
jsh8214deb2010-03-11 15:04:43 -0800560 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900561 @Deprecated
jsh8214deb2010-03-11 15:04:43 -0800562 public static final int TYPE_WIMAX = 6;
Robert Greenwaltda3d5e62010-12-06 13:56:24 -0800563
Jaikumar Ganesh15c74392010-12-21 22:31:44 -0800564 /**
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900565 * A Bluetooth data connection.
566 *
567 * @deprecated Applications should instead use {@link NetworkCapabilities#hasTransport} or
568 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request an
569 * appropriate network. {@see NetworkCapabilities} for supported transports.
Jaikumar Ganesh15c74392010-12-21 22:31:44 -0800570 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900571 @Deprecated
Jaikumar Ganesh15c74392010-12-21 22:31:44 -0800572 public static final int TYPE_BLUETOOTH = 7;
573
Robert Greenwalt60810842011-04-22 15:28:18 -0700574 /**
575 * Dummy data connection. This should not be used on shipping devices.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900576 * @deprecated This is not used any more.
Robert Greenwalt60810842011-04-22 15:28:18 -0700577 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900578 @Deprecated
Jaikumar Ganesh15c74392010-12-21 22:31:44 -0800579 public static final int TYPE_DUMMY = 8;
Wink Saville9d7d6282011-03-12 14:52:01 -0800580
Robert Greenwalt60810842011-04-22 15:28:18 -0700581 /**
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900582 * An Ethernet data connection.
583 *
584 * @deprecated Applications should instead use {@link NetworkCapabilities#hasTransport} or
585 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} to request an
586 * appropriate network. {@see NetworkCapabilities} for supported transports.
Robert Greenwalt60810842011-04-22 15:28:18 -0700587 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900588 @Deprecated
Robert Greenwalte12aec92011-01-28 14:48:37 -0800589 public static final int TYPE_ETHERNET = 9;
Robert Greenwalt60810842011-04-22 15:28:18 -0700590
Wink Saville9d7d6282011-03-12 14:52:01 -0800591 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800592 * Over the air Administration.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900593 * @deprecated Use {@link NetworkCapabilities} instead.
Wink Saville9d7d6282011-03-12 14:52:01 -0800594 * {@hide}
595 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900596 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100597 @UnsupportedAppUsage
Wink Saville9d7d6282011-03-12 14:52:01 -0800598 public static final int TYPE_MOBILE_FOTA = 10;
599
600 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800601 * IP Multimedia Subsystem.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900602 * @deprecated Use {@link NetworkCapabilities#NET_CAPABILITY_IMS} instead.
Wink Saville9d7d6282011-03-12 14:52:01 -0800603 * {@hide}
604 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900605 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100606 @UnsupportedAppUsage
Wink Saville9d7d6282011-03-12 14:52:01 -0800607 public static final int TYPE_MOBILE_IMS = 11;
608
609 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800610 * Carrier Branded Services.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900611 * @deprecated Use {@link NetworkCapabilities#NET_CAPABILITY_CBS} instead.
Wink Saville9d7d6282011-03-12 14:52:01 -0800612 * {@hide}
613 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900614 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100615 @UnsupportedAppUsage
Wink Saville9d7d6282011-03-12 14:52:01 -0800616 public static final int TYPE_MOBILE_CBS = 12;
617
repo syncaea743a2011-07-29 23:55:49 -0700618 /**
619 * A Wi-Fi p2p connection. Only requesting processes will have access to
620 * the peers connected.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900621 * @deprecated Use {@link NetworkCapabilities#NET_CAPABILITY_WIFI_P2P} instead.
repo syncaea743a2011-07-29 23:55:49 -0700622 * {@hide}
623 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900624 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100625 @UnsupportedAppUsage
repo syncaea743a2011-07-29 23:55:49 -0700626 public static final int TYPE_WIFI_P2P = 13;
Wink Saville9d7d6282011-03-12 14:52:01 -0800627
Wink Saville5e56bc52013-07-29 15:00:57 -0700628 /**
629 * The network to use for initially attaching to the network
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900630 * @deprecated Use {@link NetworkCapabilities#NET_CAPABILITY_IA} instead.
Wink Saville5e56bc52013-07-29 15:00:57 -0700631 * {@hide}
632 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900633 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100634 @UnsupportedAppUsage
Wink Saville5e56bc52013-07-29 15:00:57 -0700635 public static final int TYPE_MOBILE_IA = 14;
repo syncaea743a2011-07-29 23:55:49 -0700636
Lorenzo Colittie285b432015-04-23 15:32:42 +0900637 /**
Robert Greenwalt4bd43892015-07-09 14:49:35 -0700638 * Emergency PDN connection for emergency services. This
639 * may include IMS and MMS in emergency situations.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900640 * @deprecated Use {@link NetworkCapabilities#NET_CAPABILITY_EIMS} instead.
Ram3e0e3bc2014-06-26 11:03:44 -0700641 * {@hide}
642 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900643 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100644 @UnsupportedAppUsage
Ram3e0e3bc2014-06-26 11:03:44 -0700645 public static final int TYPE_MOBILE_EMERGENCY = 15;
646
Hui Lu1c5624a2014-01-15 11:05:36 -0500647 /**
648 * The network that uses proxy to achieve connectivity.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900649 * @deprecated Use {@link NetworkCapabilities} instead.
Hui Lu1c5624a2014-01-15 11:05:36 -0500650 * {@hide}
651 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900652 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100653 @UnsupportedAppUsage
Hui Lu1c5624a2014-01-15 11:05:36 -0500654 public static final int TYPE_PROXY = 16;
Wink Saville5e56bc52013-07-29 15:00:57 -0700655
Robert Greenwalt8283f882014-07-07 17:09:01 -0700656 /**
657 * A virtual network using one or more native bearers.
658 * It may or may not be providing security services.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900659 * @deprecated Applications should use {@link NetworkCapabilities#TRANSPORT_VPN} instead.
Robert Greenwalt8283f882014-07-07 17:09:01 -0700660 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900661 @Deprecated
Robert Greenwalt8283f882014-07-07 17:09:01 -0700662 public static final int TYPE_VPN = 17;
Hui Lu1c5624a2014-01-15 11:05:36 -0500663
664 /** {@hide} */
Robert Greenwalt8283f882014-07-07 17:09:01 -0700665 public static final int MAX_RADIO_TYPE = TYPE_VPN;
666
667 /** {@hide} */
668 public static final int MAX_NETWORK_TYPE = TYPE_VPN;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800669
Hugo Benichi16f0a942017-06-20 14:07:59 +0900670 private static final int MIN_NETWORK_TYPE = TYPE_MOBILE;
671
Jianzheng Zhoudcf03f32012-11-16 13:45:20 +0800672 /**
673 * If you want to set the default network preference,you can directly
674 * change the networkAttributes array in framework's config.xml.
675 *
676 * @deprecated Since we support so many more networks now, the single
677 * network default network preference can't really express
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800678 * the hierarchy. Instead, the default is defined by the
Jianzheng Zhoudcf03f32012-11-16 13:45:20 +0800679 * networkAttributes in config.xml. You can determine
Robert Greenwalt4c8b7482012-12-07 09:56:50 -0800680 * the current value by calling {@link #getNetworkPreference()}
Jianzheng Zhoudcf03f32012-11-16 13:45:20 +0800681 * from an App.
682 */
683 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800684 public static final int DEFAULT_NETWORK_PREFERENCE = TYPE_WIFI;
685
Jeff Sharkey625239a2012-09-26 22:03:49 -0700686 /**
Robert Greenwalt9ba9c582014-03-19 17:56:12 -0700687 * @hide
688 */
Hugo Benichia5c1f7f2017-06-20 14:10:14 +0900689 public static final int REQUEST_ID_UNSET = 0;
Robert Greenwalt7569f182014-06-08 16:42:59 -0700690
Paul Jensen5d59e782014-07-11 12:28:19 -0400691 /**
Hugo Benichi31c176d2017-06-17 13:14:12 +0900692 * Static unique request used as a tombstone for NetworkCallbacks that have been unregistered.
693 * This allows to distinguish when unregistering NetworkCallbacks those that were never
Chalard Jean4d660112018-06-04 16:52:49 +0900694 * registered from those that were already unregistered.
Hugo Benichi31c176d2017-06-17 13:14:12 +0900695 * @hide
696 */
Hugo Benichia5c1f7f2017-06-20 14:10:14 +0900697 private static final NetworkRequest ALREADY_UNREGISTERED =
Hugo Benichi31c176d2017-06-17 13:14:12 +0900698 new NetworkRequest.Builder().clearCapabilities().build();
699
700 /**
Paul Jensen5d59e782014-07-11 12:28:19 -0400701 * A NetID indicating no Network is selected.
702 * Keep in sync with bionic/libc/dns/include/resolv_netid.h
703 * @hide
704 */
705 public static final int NETID_UNSET = 0;
706
Erik Kline4d092232017-10-30 15:29:44 +0900707 /**
708 * Private DNS Mode values.
709 *
710 * The "private_dns_mode" global setting stores a String value which is
711 * expected to be one of the following.
712 */
713
714 /**
715 * @hide
716 */
717 public static final String PRIVATE_DNS_MODE_OFF = "off";
718 /**
719 * @hide
720 */
721 public static final String PRIVATE_DNS_MODE_OPPORTUNISTIC = "opportunistic";
722 /**
723 * @hide
724 */
725 public static final String PRIVATE_DNS_MODE_PROVIDER_HOSTNAME = "hostname";
726 /**
727 * The default Private DNS mode.
728 *
729 * This may change from release to release or may become dependent upon
730 * the capabilities of the underlying platform.
731 *
732 * @hide
733 */
Erik Kline19841792018-05-16 16:41:57 +0900734 public static final String PRIVATE_DNS_DEFAULT_MODE_FALLBACK = PRIVATE_DNS_MODE_OPPORTUNISTIC;
Erik Kline4d092232017-10-30 15:29:44 +0900735
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100736 @UnsupportedAppUsage
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -0700737 private final IConnectivityManager mService;
Paul Jensene0bef712014-12-10 15:12:18 -0500738 /**
739 * A kludge to facilitate static access where a Context pointer isn't available, like in the
740 * case of the static set/getProcessDefaultNetwork methods and from the Network class.
741 * TODO: Remove this after deprecating the static methods in favor of non-static methods or
742 * methods that take a Context argument.
743 */
744 private static ConnectivityManager sInstance;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800745
Lorenzo Colittiffc42b02015-07-29 11:41:21 +0900746 private final Context mContext;
747
Dianne Hackborn77b987f2014-02-26 16:20:52 -0800748 private INetworkManagementService mNMService;
Felipe Leme1b103232016-01-22 09:44:57 -0800749 private INetworkPolicyManager mNPManager;
Dianne Hackborn77b987f2014-02-26 16:20:52 -0800750
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800751 /**
752 * Tests if a given integer represents a valid network type.
753 * @param networkType the type to be tested
754 * @return a boolean. {@code true} if the type is valid, else {@code false}
Paul Jensen9e59e122015-05-06 10:42:25 -0400755 * @deprecated All APIs accepting a network type are deprecated. There should be no need to
756 * validate a network type.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800757 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -0700758 @Deprecated
Jeff Sharkeyd2a45872011-05-28 20:56:34 -0700759 public static boolean isNetworkTypeValid(int networkType) {
Hugo Benichi16f0a942017-06-20 14:07:59 +0900760 return MIN_NETWORK_TYPE <= networkType && networkType <= MAX_NETWORK_TYPE;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800761 }
762
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800763 /**
764 * Returns a non-localized string representing a given network type.
765 * ONLY used for debugging output.
766 * @param type the type needing naming
767 * @return a String for the given type, or a string version of the type ("87")
768 * if no name is known.
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900769 * @deprecated Types are deprecated. Use {@link NetworkCapabilities} instead.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800770 * {@hide}
771 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900772 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100773 @UnsupportedAppUsage
Jeff Sharkeyd2a45872011-05-28 20:56:34 -0700774 public static String getNetworkTypeName(int type) {
775 switch (type) {
Hugo Benichi16f0a942017-06-20 14:07:59 +0900776 case TYPE_NONE:
777 return "NONE";
Jeff Sharkeyd2a45872011-05-28 20:56:34 -0700778 case TYPE_MOBILE:
779 return "MOBILE";
780 case TYPE_WIFI:
781 return "WIFI";
782 case TYPE_MOBILE_MMS:
783 return "MOBILE_MMS";
784 case TYPE_MOBILE_SUPL:
785 return "MOBILE_SUPL";
786 case TYPE_MOBILE_DUN:
787 return "MOBILE_DUN";
788 case TYPE_MOBILE_HIPRI:
789 return "MOBILE_HIPRI";
790 case TYPE_WIMAX:
791 return "WIMAX";
792 case TYPE_BLUETOOTH:
793 return "BLUETOOTH";
794 case TYPE_DUMMY:
795 return "DUMMY";
796 case TYPE_ETHERNET:
797 return "ETHERNET";
798 case TYPE_MOBILE_FOTA:
799 return "MOBILE_FOTA";
800 case TYPE_MOBILE_IMS:
801 return "MOBILE_IMS";
802 case TYPE_MOBILE_CBS:
803 return "MOBILE_CBS";
repo syncaea743a2011-07-29 23:55:49 -0700804 case TYPE_WIFI_P2P:
805 return "WIFI_P2P";
Wink Saville5e56bc52013-07-29 15:00:57 -0700806 case TYPE_MOBILE_IA:
807 return "MOBILE_IA";
Ram3e0e3bc2014-06-26 11:03:44 -0700808 case TYPE_MOBILE_EMERGENCY:
809 return "MOBILE_EMERGENCY";
Hui Lu1c5624a2014-01-15 11:05:36 -0500810 case TYPE_PROXY:
811 return "PROXY";
Erik Kline37fbfa12014-11-19 17:23:41 +0900812 case TYPE_VPN:
813 return "VPN";
Jeff Sharkeyd2a45872011-05-28 20:56:34 -0700814 default:
815 return Integer.toString(type);
816 }
817 }
818
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800819 /**
820 * Checks if a given type uses the cellular data connection.
821 * This should be replaced in the future by a network property.
822 * @param networkType the type to check
823 * @return a boolean - {@code true} if uses cellular network, else {@code false}
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900824 * @deprecated Types are deprecated. Use {@link NetworkCapabilities} instead.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800825 * {@hide}
826 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900827 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +0100828 @UnsupportedAppUsage
Jeff Sharkeyd2a45872011-05-28 20:56:34 -0700829 public static boolean isNetworkTypeMobile(int networkType) {
830 switch (networkType) {
831 case TYPE_MOBILE:
832 case TYPE_MOBILE_MMS:
833 case TYPE_MOBILE_SUPL:
834 case TYPE_MOBILE_DUN:
835 case TYPE_MOBILE_HIPRI:
836 case TYPE_MOBILE_FOTA:
837 case TYPE_MOBILE_IMS:
838 case TYPE_MOBILE_CBS:
Wink Saville5e56bc52013-07-29 15:00:57 -0700839 case TYPE_MOBILE_IA:
Ram3e0e3bc2014-06-26 11:03:44 -0700840 case TYPE_MOBILE_EMERGENCY:
Jeff Sharkeyd2a45872011-05-28 20:56:34 -0700841 return true;
842 default:
843 return false;
844 }
845 }
846
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800847 /**
Jeff Sharkey7a1c3fc2013-06-04 12:29:00 -0700848 * Checks if the given network type is backed by a Wi-Fi radio.
849 *
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900850 * @deprecated Types are deprecated. Use {@link NetworkCapabilities} instead.
Jeff Sharkey7a1c3fc2013-06-04 12:29:00 -0700851 * @hide
852 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +0900853 @Deprecated
Jeff Sharkey7a1c3fc2013-06-04 12:29:00 -0700854 public static boolean isNetworkTypeWifi(int networkType) {
855 switch (networkType) {
856 case TYPE_WIFI:
857 case TYPE_WIFI_P2P:
858 return true;
859 default:
860 return false;
861 }
862 }
863
864 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800865 * Specifies the preferred network type. When the device has more
866 * than one type available the preferred network type will be used.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800867 *
868 * @param preference the network type to prefer over all others. It is
869 * unspecified what happens to the old preferred network in the
870 * overall ordering.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -0700871 * @deprecated Functionality has been removed as it no longer makes sense,
872 * with many more than two networks - we'd need an array to express
873 * preference. Instead we use dynamic network properties of
874 * the networks to describe their precedence.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800875 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -0700876 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800877 public void setNetworkPreference(int preference) {
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800878 }
879
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800880 /**
881 * Retrieves the current preferred network type.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800882 *
883 * @return an integer representing the preferred network type
884 *
Robert Greenwaltd19c41c2014-05-18 23:07:25 -0700885 * @deprecated Functionality has been removed as it no longer makes sense,
886 * with many more than two networks - we'd need an array to express
887 * preference. Instead we use dynamic network properties of
888 * the networks to describe their precedence.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800889 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -0700890 @Deprecated
Jeff Sharkey30e06bb2017-04-24 11:18:03 -0600891 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800892 public int getNetworkPreference() {
Robert Greenwaltd19c41c2014-05-18 23:07:25 -0700893 return TYPE_NONE;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800894 }
895
Scott Main671644c2011-10-06 19:02:28 -0700896 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800897 * Returns details about the currently active default data network. When
898 * connected, this network is the default route for outgoing connections.
899 * You should always check {@link NetworkInfo#isConnected()} before initiating
900 * network traffic. This may return {@code null} when there is no default
901 * network.
Chalard Jean5a041d12018-03-29 17:45:24 +0900902 * Note that if the default network is a VPN, this method will return the
903 * NetworkInfo for one of its underlying networks instead, or null if the
904 * VPN agent did not specify any. Apps interested in learning about VPNs
905 * should use {@link #getNetworkInfo(android.net.Network)} instead.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800906 *
907 * @return a {@link NetworkInfo} object for the current default network
Paul Jensen0d719ca2015-02-13 14:18:39 -0500908 * or {@code null} if no default network is currently active
junyulai3822c8a2018-12-13 12:47:51 +0800909 * @deprecated See {@link NetworkInfo}.
Jeff Sharkey9f7cbf02012-04-12 18:34:54 -0700910 */
junyulai3822c8a2018-12-13 12:47:51 +0800911 @Deprecated
Jeff Sharkey30e06bb2017-04-24 11:18:03 -0600912 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +0900913 @Nullable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800914 public NetworkInfo getActiveNetworkInfo() {
915 try {
916 return mService.getActiveNetworkInfo();
917 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -0700918 throw e.rethrowFromSystemServer();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800919 }
920 }
921
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -0800922 /**
Paul Jensen31a94f42015-02-13 14:18:39 -0500923 * Returns a {@link Network} object corresponding to the currently active
924 * default data network. In the event that the current active default data
925 * network disconnects, the returned {@code Network} object will no longer
926 * be usable. This will return {@code null} when there is no default
927 * network.
928 *
929 * @return a {@link Network} object for the current default network or
930 * {@code null} if no default network is currently active
Paul Jensen31a94f42015-02-13 14:18:39 -0500931 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -0600932 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +0900933 @Nullable
Paul Jensen31a94f42015-02-13 14:18:39 -0500934 public Network getActiveNetwork() {
935 try {
936 return mService.getActiveNetwork();
937 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -0700938 throw e.rethrowFromSystemServer();
Paul Jensen31a94f42015-02-13 14:18:39 -0500939 }
940 }
941
942 /**
Robin Leed2baf792016-03-24 12:07:00 +0000943 * Returns a {@link Network} object corresponding to the currently active
944 * default data network for a specific UID. In the event that the default data
945 * network disconnects, the returned {@code Network} object will no longer
946 * be usable. This will return {@code null} when there is no default
947 * network for the UID.
Robin Leed2baf792016-03-24 12:07:00 +0000948 *
949 * @return a {@link Network} object for the current default network for the
950 * given UID or {@code null} if no default network is currently active
951 *
952 * @hide
953 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -0600954 @RequiresPermission(android.Manifest.permission.CONNECTIVITY_INTERNAL)
Chalard Jean50bea3d2019-01-07 19:26:34 +0900955 @Nullable
Robin Leed2baf792016-03-24 12:07:00 +0000956 public Network getActiveNetworkForUid(int uid) {
Jeff Sharkey1b6519b2016-04-28 15:33:18 -0600957 return getActiveNetworkForUid(uid, false);
958 }
959
960 /** {@hide} */
961 public Network getActiveNetworkForUid(int uid, boolean ignoreBlocked) {
Robin Leed2baf792016-03-24 12:07:00 +0000962 try {
Jeff Sharkey1b6519b2016-04-28 15:33:18 -0600963 return mService.getActiveNetworkForUid(uid, ignoreBlocked);
Robin Leed2baf792016-03-24 12:07:00 +0000964 } catch (RemoteException e) {
965 throw e.rethrowFromSystemServer();
966 }
967 }
968
969 /**
Charles He36738632017-05-15 17:07:18 +0100970 * Checks if a VPN app supports always-on mode.
971 *
972 * In order to support the always-on feature, an app has to
973 * <ul>
974 * <li>target {@link VERSION_CODES#N API 24} or above, and
Charles Hec57a01c2017-08-15 15:30:22 +0100975 * <li>not opt out through the {@link VpnService#SERVICE_META_DATA_SUPPORTS_ALWAYS_ON}
976 * meta-data field.
Charles He36738632017-05-15 17:07:18 +0100977 * </ul>
978 *
979 * @param userId The identifier of the user for whom the VPN app is installed.
980 * @param vpnPackage The canonical package name of the VPN app.
981 * @return {@code true} if and only if the VPN app exists and supports always-on mode.
982 * @hide
983 */
984 public boolean isAlwaysOnVpnPackageSupportedForUser(int userId, @Nullable String vpnPackage) {
985 try {
986 return mService.isAlwaysOnVpnPackageSupported(userId, vpnPackage);
987 } catch (RemoteException e) {
988 throw e.rethrowFromSystemServer();
989 }
990 }
991
992 /**
Robin Lee244ce8e2016-01-05 18:03:46 +0000993 * Configures an always-on VPN connection through a specific application.
994 * This connection is automatically granted and persisted after a reboot.
995 *
996 * <p>The designated package should declare a {@link VpnService} in its
997 * manifest guarded by {@link android.Manifest.permission.BIND_VPN_SERVICE},
998 * otherwise the call will fail.
999 *
1000 * @param userId The identifier of the user to set an always-on VPN for.
1001 * @param vpnPackage The package name for an installed VPN app on the device, or {@code null}
1002 * to remove an existing always-on VPN configuration.
Robin Leedc679712016-05-03 13:23:03 +01001003 * @param lockdownEnabled {@code true} to disallow networking when the VPN is not connected or
1004 * {@code false} otherwise.
Robin Lee244ce8e2016-01-05 18:03:46 +00001005 * @return {@code true} if the package is set as always-on VPN controller;
1006 * {@code false} otherwise.
1007 * @hide
1008 */
Robin Leedc679712016-05-03 13:23:03 +01001009 public boolean setAlwaysOnVpnPackageForUser(int userId, @Nullable String vpnPackage,
1010 boolean lockdownEnabled) {
Robin Lee244ce8e2016-01-05 18:03:46 +00001011 try {
Robin Leedc679712016-05-03 13:23:03 +01001012 return mService.setAlwaysOnVpnPackage(userId, vpnPackage, lockdownEnabled);
Robin Lee244ce8e2016-01-05 18:03:46 +00001013 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001014 throw e.rethrowFromSystemServer();
Robin Lee244ce8e2016-01-05 18:03:46 +00001015 }
1016 }
1017
1018 /**
1019 * Returns the package name of the currently set always-on VPN application.
1020 * If there is no always-on VPN set, or the VPN is provided by the system instead
1021 * of by an app, {@code null} will be returned.
1022 *
1023 * @return Package name of VPN controller responsible for always-on VPN,
1024 * or {@code null} if none is set.
1025 * @hide
1026 */
1027 public String getAlwaysOnVpnPackageForUser(int userId) {
1028 try {
1029 return mService.getAlwaysOnVpnPackage(userId);
1030 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001031 throw e.rethrowFromSystemServer();
Robin Lee244ce8e2016-01-05 18:03:46 +00001032 }
1033 }
1034
1035 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001036 * Returns details about the currently active default data network
1037 * for a given uid. This is for internal use only to avoid spying
1038 * other apps.
1039 *
1040 * @return a {@link NetworkInfo} object for the current default network
1041 * for the given uid or {@code null} if no default network is
1042 * available for the specified uid.
1043 *
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001044 * {@hide}
1045 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001046 @RequiresPermission(android.Manifest.permission.CONNECTIVITY_INTERNAL)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001047 @UnsupportedAppUsage
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -07001048 public NetworkInfo getActiveNetworkInfoForUid(int uid) {
Jeff Sharkey1b6519b2016-04-28 15:33:18 -06001049 return getActiveNetworkInfoForUid(uid, false);
1050 }
1051
1052 /** {@hide} */
1053 public NetworkInfo getActiveNetworkInfoForUid(int uid, boolean ignoreBlocked) {
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -07001054 try {
Jeff Sharkey1b6519b2016-04-28 15:33:18 -06001055 return mService.getActiveNetworkInfoForUid(uid, ignoreBlocked);
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -07001056 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001057 throw e.rethrowFromSystemServer();
Jeff Sharkeyc006f1a2011-05-19 17:12:49 -07001058 }
1059 }
1060
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001061 /**
1062 * Returns connection status information about a particular
1063 * network type.
1064 *
1065 * @param networkType integer specifying which networkType in
1066 * which you're interested.
1067 * @return a {@link NetworkInfo} object for the requested
1068 * network type or {@code null} if the type is not
Chalard Jean5a041d12018-03-29 17:45:24 +09001069 * supported by the device. If {@code networkType} is
1070 * TYPE_VPN and a VPN is active for the calling app,
1071 * then this method will try to return one of the
1072 * underlying networks for the VPN or null if the
1073 * VPN agent didn't specify any.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001074 *
Paul Jensen3541e9f2015-03-18 12:23:02 -04001075 * @deprecated This method does not support multiple connected networks
1076 * of the same type. Use {@link #getAllNetworks} and
1077 * {@link #getNetworkInfo(android.net.Network)} instead.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001078 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001079 @Deprecated
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001080 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09001081 @Nullable
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001082 public NetworkInfo getNetworkInfo(int networkType) {
1083 try {
1084 return mService.getNetworkInfo(networkType);
1085 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001086 throw e.rethrowFromSystemServer();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001087 }
1088 }
1089
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001090 /**
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001091 * Returns connection status information about a particular
1092 * Network.
1093 *
1094 * @param network {@link Network} specifying which network
1095 * in which you're interested.
1096 * @return a {@link NetworkInfo} object for the requested
1097 * network or {@code null} if the {@code Network}
1098 * is not valid.
junyulai3822c8a2018-12-13 12:47:51 +08001099 * @deprecated See {@link NetworkInfo}.
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001100 */
junyulai3822c8a2018-12-13 12:47:51 +08001101 @Deprecated
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001102 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09001103 @Nullable
1104 public NetworkInfo getNetworkInfo(@Nullable Network network) {
Jeff Sharkey1b6519b2016-04-28 15:33:18 -06001105 return getNetworkInfoForUid(network, Process.myUid(), false);
1106 }
1107
1108 /** {@hide} */
1109 public NetworkInfo getNetworkInfoForUid(Network network, int uid, boolean ignoreBlocked) {
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001110 try {
Jeff Sharkey1b6519b2016-04-28 15:33:18 -06001111 return mService.getNetworkInfoForUid(network, uid, ignoreBlocked);
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001112 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001113 throw e.rethrowFromSystemServer();
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001114 }
1115 }
1116
1117 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001118 * Returns connection status information about all network
1119 * types supported by the device.
1120 *
1121 * @return an array of {@link NetworkInfo} objects. Check each
1122 * {@link NetworkInfo#getType} for which type each applies.
1123 *
Paul Jensen3541e9f2015-03-18 12:23:02 -04001124 * @deprecated This method does not support multiple connected networks
1125 * of the same type. Use {@link #getAllNetworks} and
1126 * {@link #getNetworkInfo(android.net.Network)} instead.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001127 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001128 @Deprecated
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001129 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09001130 @NonNull
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001131 public NetworkInfo[] getAllNetworkInfo() {
1132 try {
1133 return mService.getAllNetworkInfo();
1134 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001135 throw e.rethrowFromSystemServer();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001136 }
1137 }
1138
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001139 /**
Lorenzo Colittib57edc52014-08-22 17:10:50 -07001140 * Returns the {@link Network} object currently serving a given type, or
1141 * null if the given type is not connected.
1142 *
Lorenzo Colittib57edc52014-08-22 17:10:50 -07001143 * @hide
Paul Jensen3541e9f2015-03-18 12:23:02 -04001144 * @deprecated This method does not support multiple connected networks
1145 * of the same type. Use {@link #getAllNetworks} and
1146 * {@link #getNetworkInfo(android.net.Network)} instead.
Lorenzo Colittib57edc52014-08-22 17:10:50 -07001147 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001148 @Deprecated
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001149 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001150 @UnsupportedAppUsage
Lorenzo Colittib57edc52014-08-22 17:10:50 -07001151 public Network getNetworkForType(int networkType) {
1152 try {
1153 return mService.getNetworkForType(networkType);
1154 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001155 throw e.rethrowFromSystemServer();
Lorenzo Colittib57edc52014-08-22 17:10:50 -07001156 }
1157 }
1158
1159 /**
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001160 * Returns an array of all {@link Network} currently tracked by the
1161 * framework.
Paul Jensenb2748922015-05-06 11:10:18 -04001162 *
1163 * @return an array of {@link Network} objects.
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001164 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001165 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09001166 @NonNull
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001167 public Network[] getAllNetworks() {
1168 try {
1169 return mService.getAllNetworks();
1170 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001171 throw e.rethrowFromSystemServer();
Robert Greenwalt73b6cbae2014-06-23 11:40:00 -07001172 }
1173 }
1174
1175 /**
Lorenzo Colittie285b432015-04-23 15:32:42 +09001176 * Returns an array of {@link android.net.NetworkCapabilities} objects, representing
Lorenzo Colitti403aa262014-11-28 11:21:30 +09001177 * the Networks that applications run by the given user will use by default.
1178 * @hide
1179 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001180 @UnsupportedAppUsage
Lorenzo Colitti403aa262014-11-28 11:21:30 +09001181 public NetworkCapabilities[] getDefaultNetworkCapabilitiesForUser(int userId) {
1182 try {
1183 return mService.getDefaultNetworkCapabilitiesForUser(userId);
1184 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001185 throw e.rethrowFromSystemServer();
Lorenzo Colitti403aa262014-11-28 11:21:30 +09001186 }
1187 }
1188
1189 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001190 * Returns the IP information for the current default network.
1191 *
1192 * @return a {@link LinkProperties} object describing the IP info
1193 * for the current default network, or {@code null} if there
1194 * is no current default network.
1195 *
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001196 * {@hide}
1197 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001198 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001199 @UnsupportedAppUsage
Robert Greenwaltd192dad2010-09-14 09:18:02 -07001200 public LinkProperties getActiveLinkProperties() {
1201 try {
1202 return mService.getActiveLinkProperties();
1203 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001204 throw e.rethrowFromSystemServer();
Robert Greenwaltd192dad2010-09-14 09:18:02 -07001205 }
1206 }
1207
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001208 /**
1209 * Returns the IP information for a given network type.
1210 *
1211 * @param networkType the network type of interest.
1212 * @return a {@link LinkProperties} object describing the IP info
1213 * for the given networkType, or {@code null} if there is
1214 * no current default network.
1215 *
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001216 * {@hide}
Paul Jensen3541e9f2015-03-18 12:23:02 -04001217 * @deprecated This method does not support multiple connected networks
1218 * of the same type. Use {@link #getAllNetworks},
1219 * {@link #getNetworkInfo(android.net.Network)}, and
1220 * {@link #getLinkProperties(android.net.Network)} instead.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001221 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001222 @Deprecated
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001223 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001224 @UnsupportedAppUsage
Robert Greenwaltd192dad2010-09-14 09:18:02 -07001225 public LinkProperties getLinkProperties(int networkType) {
1226 try {
Robert Greenwalt9258c642014-03-26 16:47:06 -07001227 return mService.getLinkPropertiesForType(networkType);
1228 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001229 throw e.rethrowFromSystemServer();
Robert Greenwalt9258c642014-03-26 16:47:06 -07001230 }
1231 }
1232
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07001233 /**
1234 * Get the {@link LinkProperties} for the given {@link Network}. This
1235 * will return {@code null} if the network is unknown.
1236 *
1237 * @param network The {@link Network} object identifying the network in question.
1238 * @return The {@link LinkProperties} for the network, or {@code null}.
Paul Jensenb2748922015-05-06 11:10:18 -04001239 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001240 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09001241 @Nullable
1242 public LinkProperties getLinkProperties(@Nullable Network network) {
Robert Greenwalt9258c642014-03-26 16:47:06 -07001243 try {
1244 return mService.getLinkProperties(network);
1245 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001246 throw e.rethrowFromSystemServer();
Robert Greenwalt9258c642014-03-26 16:47:06 -07001247 }
1248 }
1249
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07001250 /**
Lorenzo Colittie285b432015-04-23 15:32:42 +09001251 * Get the {@link android.net.NetworkCapabilities} for the given {@link Network}. This
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07001252 * will return {@code null} if the network is unknown.
1253 *
1254 * @param network The {@link Network} object identifying the network in question.
Lorenzo Colittie285b432015-04-23 15:32:42 +09001255 * @return The {@link android.net.NetworkCapabilities} for the network, or {@code null}.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07001256 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06001257 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09001258 @Nullable
1259 public NetworkCapabilities getNetworkCapabilities(@Nullable Network network) {
Robert Greenwalt9258c642014-03-26 16:47:06 -07001260 try {
1261 return mService.getNetworkCapabilities(network);
Robert Greenwaltd192dad2010-09-14 09:18:02 -07001262 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001263 throw e.rethrowFromSystemServer();
Robert Greenwaltd192dad2010-09-14 09:18:02 -07001264 }
1265 }
1266
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08001267 /**
Udam Sainib7c24872016-01-04 12:16:14 -08001268 * Gets the URL that should be used for resolving whether a captive portal is present.
1269 * 1. This URL should respond with a 204 response to a GET request to indicate no captive
1270 * portal is present.
1271 * 2. This URL must be HTTP as redirect responses are used to find captive portal
1272 * sign-in pages. Captive portals cannot respond to HTTPS requests with redirects.
1273 *
1274 * @hide
1275 */
1276 @SystemApi
Udam Saini0e94c362017-06-07 12:06:28 -07001277 @RequiresPermission(android.Manifest.permission.LOCAL_MAC_ADDRESS)
Udam Sainib7c24872016-01-04 12:16:14 -08001278 public String getCaptivePortalServerUrl() {
1279 try {
1280 return mService.getCaptivePortalServerUrl();
1281 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001282 throw e.rethrowFromSystemServer();
Udam Sainib7c24872016-01-04 12:16:14 -08001283 }
1284 }
1285
1286 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001287 * Tells the underlying networking system that the caller wants to
1288 * begin using the named feature. The interpretation of {@code feature}
1289 * is completely up to each networking implementation.
Lorenzo Colittid5427052015-10-15 16:29:00 +09001290 *
1291 * <p>This method requires the caller to hold either the
1292 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
1293 * or the ability to modify system settings as determined by
1294 * {@link android.provider.Settings.System#canWrite}.</p>
1295 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001296 * @param networkType specifies which network the request pertains to
1297 * @param feature the name of the feature to be used
1298 * @return an integer value representing the outcome of the request.
1299 * The interpretation of this value is specific to each networking
1300 * implementation+feature combination, except that the value {@code -1}
1301 * always indicates failure.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07001302 *
Lorenzo Colitti2ea89e52015-04-24 17:03:31 +09001303 * @deprecated Deprecated in favor of the cleaner
1304 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} API.
Dianne Hackborn692a2442015-07-31 10:35:34 -07001305 * In {@link VERSION_CODES#M}, and above, this method is unsupported and will
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001306 * throw {@code UnsupportedOperationException} if called.
Lorenzo Colitti2187df72016-12-09 18:39:30 +09001307 * @removed
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001308 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001309 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001310 public int startUsingNetworkFeature(int networkType, String feature) {
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001311 checkLegacyRoutingApiAccess();
Robert Greenwalt562cc542014-05-15 18:07:26 -07001312 NetworkCapabilities netCap = networkCapabilitiesForFeature(networkType, feature);
1313 if (netCap == null) {
1314 Log.d(TAG, "Can't satisfy startUsingNetworkFeature for " + networkType + ", " +
1315 feature);
1316 return PhoneConstants.APN_REQUEST_FAILED;
1317 }
1318
1319 NetworkRequest request = null;
1320 synchronized (sLegacyRequests) {
1321 LegacyRequest l = sLegacyRequests.get(netCap);
1322 if (l != null) {
1323 Log.d(TAG, "renewing startUsingNetworkFeature request " + l.networkRequest);
1324 renewRequestLocked(l);
1325 if (l.currentNetwork != null) {
1326 return PhoneConstants.APN_ALREADY_ACTIVE;
1327 } else {
1328 return PhoneConstants.APN_REQUEST_STARTED;
1329 }
1330 }
1331
1332 request = requestNetworkForFeatureLocked(netCap);
1333 }
1334 if (request != null) {
Robert Greenwalt257ee5f2014-06-20 10:58:45 -07001335 Log.d(TAG, "starting startUsingNetworkFeature for request " + request);
Robert Greenwalt562cc542014-05-15 18:07:26 -07001336 return PhoneConstants.APN_REQUEST_STARTED;
1337 } else {
1338 Log.d(TAG, " request Failed");
1339 return PhoneConstants.APN_REQUEST_FAILED;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001340 }
1341 }
1342
1343 /**
1344 * Tells the underlying networking system that the caller is finished
1345 * using the named feature. The interpretation of {@code feature}
1346 * is completely up to each networking implementation.
Lorenzo Colittid5427052015-10-15 16:29:00 +09001347 *
1348 * <p>This method requires the caller to hold either the
1349 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
1350 * or the ability to modify system settings as determined by
1351 * {@link android.provider.Settings.System#canWrite}.</p>
1352 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001353 * @param networkType specifies which network the request pertains to
1354 * @param feature the name of the feature that is no longer needed
1355 * @return an integer value representing the outcome of the request.
1356 * The interpretation of this value is specific to each networking
1357 * implementation+feature combination, except that the value {@code -1}
1358 * always indicates failure.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07001359 *
Lorenzo Colitti88bc0bb2016-04-13 22:00:02 +09001360 * @deprecated Deprecated in favor of the cleaner
1361 * {@link #unregisterNetworkCallback(NetworkCallback)} API.
Dianne Hackborn692a2442015-07-31 10:35:34 -07001362 * In {@link VERSION_CODES#M}, and above, this method is unsupported and will
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001363 * throw {@code UnsupportedOperationException} if called.
Lorenzo Colitti2187df72016-12-09 18:39:30 +09001364 * @removed
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001365 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001366 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001367 public int stopUsingNetworkFeature(int networkType, String feature) {
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001368 checkLegacyRoutingApiAccess();
Robert Greenwalt562cc542014-05-15 18:07:26 -07001369 NetworkCapabilities netCap = networkCapabilitiesForFeature(networkType, feature);
1370 if (netCap == null) {
1371 Log.d(TAG, "Can't satisfy stopUsingNetworkFeature for " + networkType + ", " +
1372 feature);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001373 return -1;
1374 }
Robert Greenwalt562cc542014-05-15 18:07:26 -07001375
Paul Jensen9ffb53c2014-12-17 10:39:34 -05001376 if (removeRequestForFeature(netCap)) {
Robert Greenwalt562cc542014-05-15 18:07:26 -07001377 Log.d(TAG, "stopUsingNetworkFeature for " + networkType + ", " + feature);
Robert Greenwalt562cc542014-05-15 18:07:26 -07001378 }
1379 return 1;
1380 }
1381
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001382 @UnsupportedAppUsage
Robert Greenwalt562cc542014-05-15 18:07:26 -07001383 private NetworkCapabilities networkCapabilitiesForFeature(int networkType, String feature) {
1384 if (networkType == TYPE_MOBILE) {
Erik Kline35bf06c2017-01-26 18:08:28 +09001385 switch (feature) {
1386 case "enableCBS":
1387 return networkCapabilitiesForType(TYPE_MOBILE_CBS);
1388 case "enableDUN":
1389 case "enableDUNAlways":
1390 return networkCapabilitiesForType(TYPE_MOBILE_DUN);
1391 case "enableFOTA":
1392 return networkCapabilitiesForType(TYPE_MOBILE_FOTA);
1393 case "enableHIPRI":
1394 return networkCapabilitiesForType(TYPE_MOBILE_HIPRI);
1395 case "enableIMS":
1396 return networkCapabilitiesForType(TYPE_MOBILE_IMS);
1397 case "enableMMS":
1398 return networkCapabilitiesForType(TYPE_MOBILE_MMS);
1399 case "enableSUPL":
1400 return networkCapabilitiesForType(TYPE_MOBILE_SUPL);
1401 default:
1402 return null;
Robert Greenwalt562cc542014-05-15 18:07:26 -07001403 }
Erik Kline35bf06c2017-01-26 18:08:28 +09001404 } else if (networkType == TYPE_WIFI && "p2p".equals(feature)) {
1405 return networkCapabilitiesForType(TYPE_WIFI_P2P);
Robert Greenwalt562cc542014-05-15 18:07:26 -07001406 }
1407 return null;
1408 }
1409
Robert Greenwalt06314e42014-10-29 14:04:06 -07001410 /**
1411 * Guess what the network request was trying to say so that the resulting
1412 * network is accessible via the legacy (deprecated) API such as
1413 * requestRouteToHost.
Lorenzo Colittidef4cb02015-11-25 20:28:50 +09001414 *
1415 * This means we should try to be fairly precise about transport and
Robert Greenwalt06314e42014-10-29 14:04:06 -07001416 * capability but ignore things such as networkSpecifier.
1417 * If the request has more than one transport or capability it doesn't
1418 * match the old legacy requests (they selected only single transport/capability)
1419 * so this function cannot map the request to a single legacy type and
1420 * the resulting network will not be available to the legacy APIs.
1421 *
Lorenzo Colittidef4cb02015-11-25 20:28:50 +09001422 * This code is only called from the requestNetwork API (L and above).
1423 *
1424 * Setting a legacy type causes CONNECTIVITY_ACTION broadcasts, which are expensive
1425 * because they wake up lots of apps - see http://b/23350688 . So we currently only
1426 * do this for SUPL requests, which are the only ones that we know need it. If
1427 * omitting these broadcasts causes unacceptable app breakage, then for backwards
1428 * compatibility we can send them:
1429 *
1430 * if (targetSdkVersion < Build.VERSION_CODES.M) && // legacy API unsupported >= M
1431 * targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP)) // requestNetwork not present < L
1432 *
Robert Greenwalt06314e42014-10-29 14:04:06 -07001433 * TODO - This should be removed when the legacy APIs are removed.
1434 */
Ye Wenb87875e2014-07-21 14:19:01 -07001435 private int inferLegacyTypeForNetworkCapabilities(NetworkCapabilities netCap) {
1436 if (netCap == null) {
1437 return TYPE_NONE;
1438 }
Robert Greenwalt06314e42014-10-29 14:04:06 -07001439
Ye Wenb87875e2014-07-21 14:19:01 -07001440 if (!netCap.hasTransport(NetworkCapabilities.TRANSPORT_CELLULAR)) {
1441 return TYPE_NONE;
1442 }
Robert Greenwalt06314e42014-10-29 14:04:06 -07001443
Lifu Tang30f95a72016-01-07 23:20:38 -08001444 // Do this only for SUPL, until GnssLocationProvider is fixed. http://b/25876485 .
Lorenzo Colittidef4cb02015-11-25 20:28:50 +09001445 if (!netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_SUPL)) {
1446 // NOTE: if this causes app breakage, we should not just comment out this early return;
1447 // instead, we should make this early return conditional on the requesting app's target
1448 // SDK version, as described in the comment above.
1449 return TYPE_NONE;
1450 }
1451
Robert Greenwalt06314e42014-10-29 14:04:06 -07001452 String type = null;
1453 int result = TYPE_NONE;
1454
Ye Wenb87875e2014-07-21 14:19:01 -07001455 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_CBS)) {
Robert Greenwalt06314e42014-10-29 14:04:06 -07001456 type = "enableCBS";
1457 result = TYPE_MOBILE_CBS;
1458 } else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_IMS)) {
1459 type = "enableIMS";
1460 result = TYPE_MOBILE_IMS;
1461 } else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_FOTA)) {
1462 type = "enableFOTA";
1463 result = TYPE_MOBILE_FOTA;
1464 } else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_DUN)) {
1465 type = "enableDUN";
1466 result = TYPE_MOBILE_DUN;
1467 } else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_SUPL)) {
Lorenzo Colittidef4cb02015-11-25 20:28:50 +09001468 type = "enableSUPL";
Robert Greenwalt06314e42014-10-29 14:04:06 -07001469 result = TYPE_MOBILE_SUPL;
Robert Greenwalt74ab4fa2015-08-28 12:37:54 -07001470 // back out this hack for mms as they no longer need this and it's causing
1471 // device slowdowns - b/23350688 (note, supl still needs this)
1472 //} else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_MMS)) {
1473 // type = "enableMMS";
1474 // result = TYPE_MOBILE_MMS;
Robert Greenwalt06314e42014-10-29 14:04:06 -07001475 } else if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_INTERNET)) {
1476 type = "enableHIPRI";
1477 result = TYPE_MOBILE_HIPRI;
Ye Wenb87875e2014-07-21 14:19:01 -07001478 }
Robert Greenwalt06314e42014-10-29 14:04:06 -07001479 if (type != null) {
1480 NetworkCapabilities testCap = networkCapabilitiesForFeature(TYPE_MOBILE, type);
1481 if (testCap.equalsNetCapabilities(netCap) && testCap.equalsTransportTypes(netCap)) {
1482 return result;
Ye Wenb87875e2014-07-21 14:19:01 -07001483 }
1484 }
1485 return TYPE_NONE;
1486 }
1487
Robert Greenwalt32aa65a2014-06-02 15:32:02 -07001488 private int legacyTypeForNetworkCapabilities(NetworkCapabilities netCap) {
Robert Greenwalt562cc542014-05-15 18:07:26 -07001489 if (netCap == null) return TYPE_NONE;
1490 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_CBS)) {
1491 return TYPE_MOBILE_CBS;
1492 }
1493 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_IMS)) {
1494 return TYPE_MOBILE_IMS;
1495 }
1496 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_FOTA)) {
1497 return TYPE_MOBILE_FOTA;
1498 }
1499 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_DUN)) {
1500 return TYPE_MOBILE_DUN;
1501 }
1502 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_SUPL)) {
1503 return TYPE_MOBILE_SUPL;
1504 }
1505 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_MMS)) {
1506 return TYPE_MOBILE_MMS;
1507 }
1508 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_INTERNET)) {
1509 return TYPE_MOBILE_HIPRI;
1510 }
Robert Greenwalt32aa65a2014-06-02 15:32:02 -07001511 if (netCap.hasCapability(NetworkCapabilities.NET_CAPABILITY_WIFI_P2P)) {
1512 return TYPE_WIFI_P2P;
1513 }
Robert Greenwalt562cc542014-05-15 18:07:26 -07001514 return TYPE_NONE;
1515 }
1516
1517 private static class LegacyRequest {
1518 NetworkCapabilities networkCapabilities;
1519 NetworkRequest networkRequest;
1520 int expireSequenceNumber;
1521 Network currentNetwork;
1522 int delay = -1;
Paul Jensen9ffb53c2014-12-17 10:39:34 -05001523
1524 private void clearDnsBinding() {
1525 if (currentNetwork != null) {
1526 currentNetwork = null;
1527 setProcessDefaultNetworkForHostResolution(null);
1528 }
1529 }
1530
Robert Greenwalt6078b502014-06-11 16:05:07 -07001531 NetworkCallback networkCallback = new NetworkCallback() {
Robert Greenwalt562cc542014-05-15 18:07:26 -07001532 @Override
Robert Greenwalt6078b502014-06-11 16:05:07 -07001533 public void onAvailable(Network network) {
Robert Greenwalt562cc542014-05-15 18:07:26 -07001534 currentNetwork = network;
1535 Log.d(TAG, "startUsingNetworkFeature got Network:" + network);
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04001536 setProcessDefaultNetworkForHostResolution(network);
Robert Greenwalt562cc542014-05-15 18:07:26 -07001537 }
1538 @Override
Robert Greenwalt6078b502014-06-11 16:05:07 -07001539 public void onLost(Network network) {
Paul Jensen9ffb53c2014-12-17 10:39:34 -05001540 if (network.equals(currentNetwork)) clearDnsBinding();
Robert Greenwalt562cc542014-05-15 18:07:26 -07001541 Log.d(TAG, "startUsingNetworkFeature lost Network:" + network);
1542 }
1543 };
1544 }
1545
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001546 @UnsupportedAppUsage
Chalard Jean4d660112018-06-04 16:52:49 +09001547 private static final HashMap<NetworkCapabilities, LegacyRequest> sLegacyRequests =
1548 new HashMap<>();
Robert Greenwalt562cc542014-05-15 18:07:26 -07001549
1550 private NetworkRequest findRequestForFeature(NetworkCapabilities netCap) {
1551 synchronized (sLegacyRequests) {
1552 LegacyRequest l = sLegacyRequests.get(netCap);
1553 if (l != null) return l.networkRequest;
1554 }
1555 return null;
1556 }
1557
1558 private void renewRequestLocked(LegacyRequest l) {
1559 l.expireSequenceNumber++;
1560 Log.d(TAG, "renewing request to seqNum " + l.expireSequenceNumber);
1561 sendExpireMsgForFeature(l.networkCapabilities, l.expireSequenceNumber, l.delay);
1562 }
1563
1564 private void expireRequest(NetworkCapabilities netCap, int sequenceNum) {
1565 int ourSeqNum = -1;
1566 synchronized (sLegacyRequests) {
1567 LegacyRequest l = sLegacyRequests.get(netCap);
1568 if (l == null) return;
1569 ourSeqNum = l.expireSequenceNumber;
Paul Jensen9ffb53c2014-12-17 10:39:34 -05001570 if (l.expireSequenceNumber == sequenceNum) removeRequestForFeature(netCap);
Robert Greenwalt562cc542014-05-15 18:07:26 -07001571 }
1572 Log.d(TAG, "expireRequest with " + ourSeqNum + ", " + sequenceNum);
1573 }
1574
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001575 @UnsupportedAppUsage
Robert Greenwalt562cc542014-05-15 18:07:26 -07001576 private NetworkRequest requestNetworkForFeatureLocked(NetworkCapabilities netCap) {
1577 int delay = -1;
Robert Greenwalt32aa65a2014-06-02 15:32:02 -07001578 int type = legacyTypeForNetworkCapabilities(netCap);
Robert Greenwalt562cc542014-05-15 18:07:26 -07001579 try {
1580 delay = mService.getRestoreDefaultNetworkDelay(type);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001581 } catch (RemoteException e) {
1582 throw e.rethrowFromSystemServer();
1583 }
Robert Greenwalt562cc542014-05-15 18:07:26 -07001584 LegacyRequest l = new LegacyRequest();
1585 l.networkCapabilities = netCap;
1586 l.delay = delay;
1587 l.expireSequenceNumber = 0;
Hugo Benichi2583ef02017-02-02 17:02:36 +09001588 l.networkRequest = sendRequestForNetwork(
1589 netCap, l.networkCallback, 0, REQUEST, type, getDefaultHandler());
Robert Greenwalt562cc542014-05-15 18:07:26 -07001590 if (l.networkRequest == null) return null;
1591 sLegacyRequests.put(netCap, l);
1592 sendExpireMsgForFeature(netCap, l.expireSequenceNumber, delay);
1593 return l.networkRequest;
1594 }
1595
1596 private void sendExpireMsgForFeature(NetworkCapabilities netCap, int seqNum, int delay) {
1597 if (delay >= 0) {
1598 Log.d(TAG, "sending expire msg with seqNum " + seqNum + " and delay " + delay);
Hugo Benichi2583ef02017-02-02 17:02:36 +09001599 CallbackHandler handler = getDefaultHandler();
Hugo Benichi6f260f32017-02-03 14:18:44 +09001600 Message msg = handler.obtainMessage(EXPIRE_LEGACY_REQUEST, seqNum, 0, netCap);
1601 handler.sendMessageDelayed(msg, delay);
Robert Greenwalt562cc542014-05-15 18:07:26 -07001602 }
1603 }
1604
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001605 @UnsupportedAppUsage
Paul Jensen9ffb53c2014-12-17 10:39:34 -05001606 private boolean removeRequestForFeature(NetworkCapabilities netCap) {
1607 final LegacyRequest l;
Robert Greenwalt562cc542014-05-15 18:07:26 -07001608 synchronized (sLegacyRequests) {
Paul Jensen9ffb53c2014-12-17 10:39:34 -05001609 l = sLegacyRequests.remove(netCap);
Robert Greenwalt562cc542014-05-15 18:07:26 -07001610 }
Paul Jensen9ffb53c2014-12-17 10:39:34 -05001611 if (l == null) return false;
1612 unregisterNetworkCallback(l.networkCallback);
1613 l.clearDnsBinding();
1614 return true;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001615 }
1616
Erik Kline35bf06c2017-01-26 18:08:28 +09001617 private static final SparseIntArray sLegacyTypeToTransport = new SparseIntArray();
1618 static {
1619 sLegacyTypeToTransport.put(TYPE_MOBILE, NetworkCapabilities.TRANSPORT_CELLULAR);
1620 sLegacyTypeToTransport.put(TYPE_MOBILE_CBS, NetworkCapabilities.TRANSPORT_CELLULAR);
1621 sLegacyTypeToTransport.put(TYPE_MOBILE_DUN, NetworkCapabilities.TRANSPORT_CELLULAR);
1622 sLegacyTypeToTransport.put(TYPE_MOBILE_FOTA, NetworkCapabilities.TRANSPORT_CELLULAR);
1623 sLegacyTypeToTransport.put(TYPE_MOBILE_HIPRI, NetworkCapabilities.TRANSPORT_CELLULAR);
1624 sLegacyTypeToTransport.put(TYPE_MOBILE_IMS, NetworkCapabilities.TRANSPORT_CELLULAR);
1625 sLegacyTypeToTransport.put(TYPE_MOBILE_MMS, NetworkCapabilities.TRANSPORT_CELLULAR);
1626 sLegacyTypeToTransport.put(TYPE_MOBILE_SUPL, NetworkCapabilities.TRANSPORT_CELLULAR);
1627 sLegacyTypeToTransport.put(TYPE_WIFI, NetworkCapabilities.TRANSPORT_WIFI);
1628 sLegacyTypeToTransport.put(TYPE_WIFI_P2P, NetworkCapabilities.TRANSPORT_WIFI);
1629 sLegacyTypeToTransport.put(TYPE_BLUETOOTH, NetworkCapabilities.TRANSPORT_BLUETOOTH);
1630 sLegacyTypeToTransport.put(TYPE_ETHERNET, NetworkCapabilities.TRANSPORT_ETHERNET);
1631 }
1632
1633 private static final SparseIntArray sLegacyTypeToCapability = new SparseIntArray();
1634 static {
1635 sLegacyTypeToCapability.put(TYPE_MOBILE_CBS, NetworkCapabilities.NET_CAPABILITY_CBS);
1636 sLegacyTypeToCapability.put(TYPE_MOBILE_DUN, NetworkCapabilities.NET_CAPABILITY_DUN);
1637 sLegacyTypeToCapability.put(TYPE_MOBILE_FOTA, NetworkCapabilities.NET_CAPABILITY_FOTA);
1638 sLegacyTypeToCapability.put(TYPE_MOBILE_IMS, NetworkCapabilities.NET_CAPABILITY_IMS);
1639 sLegacyTypeToCapability.put(TYPE_MOBILE_MMS, NetworkCapabilities.NET_CAPABILITY_MMS);
1640 sLegacyTypeToCapability.put(TYPE_MOBILE_SUPL, NetworkCapabilities.NET_CAPABILITY_SUPL);
1641 sLegacyTypeToCapability.put(TYPE_WIFI_P2P, NetworkCapabilities.NET_CAPABILITY_WIFI_P2P);
1642 }
1643
1644 /**
1645 * Given a legacy type (TYPE_WIFI, ...) returns a NetworkCapabilities
1646 * instance suitable for registering a request or callback. Throws an
1647 * IllegalArgumentException if no mapping from the legacy type to
1648 * NetworkCapabilities is known.
1649 *
Chalard Jean6b1da6e2018-03-08 13:54:53 +09001650 * @deprecated Types are deprecated. Use {@link NetworkCallback} or {@link NetworkRequest}
1651 * to find the network instead.
Erik Kline35bf06c2017-01-26 18:08:28 +09001652 * @hide
1653 */
1654 public static NetworkCapabilities networkCapabilitiesForType(int type) {
1655 final NetworkCapabilities nc = new NetworkCapabilities();
1656
1657 // Map from type to transports.
1658 final int NOT_FOUND = -1;
1659 final int transport = sLegacyTypeToTransport.get(type, NOT_FOUND);
Hugo Benichie7678512017-05-09 15:19:01 +09001660 Preconditions.checkArgument(transport != NOT_FOUND, "unknown legacy type: " + type);
Erik Kline35bf06c2017-01-26 18:08:28 +09001661 nc.addTransportType(transport);
1662
1663 // Map from type to capabilities.
1664 nc.addCapability(sLegacyTypeToCapability.get(
1665 type, NetworkCapabilities.NET_CAPABILITY_INTERNET));
1666 nc.maybeMarkCapabilitiesRestricted();
1667 return nc;
1668 }
1669
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001670 /** @hide */
1671 public static class PacketKeepaliveCallback {
1672 /** The requested keepalive was successfully started. */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001673 @UnsupportedAppUsage
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001674 public void onStarted() {}
1675 /** The keepalive was successfully stopped. */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001676 @UnsupportedAppUsage
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001677 public void onStopped() {}
1678 /** An error occurred. */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001679 @UnsupportedAppUsage
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001680 public void onError(int error) {}
1681 }
1682
1683 /**
1684 * Allows applications to request that the system periodically send specific packets on their
1685 * behalf, using hardware offload to save battery power.
1686 *
1687 * To request that the system send keepalives, call one of the methods that return a
1688 * {@link ConnectivityManager.PacketKeepalive} object, such as {@link #startNattKeepalive},
1689 * passing in a non-null callback. If the callback is successfully started, the callback's
1690 * {@code onStarted} method will be called. If an error occurs, {@code onError} will be called,
1691 * specifying one of the {@code ERROR_*} constants in this class.
1692 *
Chalard Jean4d660112018-06-04 16:52:49 +09001693 * To stop an existing keepalive, call {@link PacketKeepalive#stop}. The system will call
1694 * {@link PacketKeepaliveCallback#onStopped} if the operation was successful or
1695 * {@link PacketKeepaliveCallback#onError} if an error occurred.
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001696 *
1697 * @hide
1698 */
1699 public class PacketKeepalive {
1700
1701 private static final String TAG = "PacketKeepalive";
1702
1703 /** @hide */
1704 public static final int SUCCESS = 0;
1705
1706 /** @hide */
1707 public static final int NO_KEEPALIVE = -1;
1708
1709 /** @hide */
1710 public static final int BINDER_DIED = -10;
1711
1712 /** The specified {@code Network} is not connected. */
1713 public static final int ERROR_INVALID_NETWORK = -20;
1714 /** The specified IP addresses are invalid. For example, the specified source IP address is
1715 * not configured on the specified {@code Network}. */
1716 public static final int ERROR_INVALID_IP_ADDRESS = -21;
1717 /** The requested port is invalid. */
1718 public static final int ERROR_INVALID_PORT = -22;
1719 /** The packet length is invalid (e.g., too long). */
1720 public static final int ERROR_INVALID_LENGTH = -23;
1721 /** The packet transmission interval is invalid (e.g., too short). */
1722 public static final int ERROR_INVALID_INTERVAL = -24;
1723
1724 /** The hardware does not support this request. */
1725 public static final int ERROR_HARDWARE_UNSUPPORTED = -30;
Lorenzo Colitti9d1284e2015-09-08 16:46:36 +09001726 /** The hardware returned an error. */
1727 public static final int ERROR_HARDWARE_ERROR = -31;
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001728
Nathan Harold63dd8132018-02-14 13:09:45 -08001729 /** The NAT-T destination port for IPsec */
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001730 public static final int NATT_PORT = 4500;
1731
Nathan Harold63dd8132018-02-14 13:09:45 -08001732 /** The minimum interval in seconds between keepalive packet transmissions */
1733 public static final int MIN_INTERVAL = 10;
1734
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001735 private final Network mNetwork;
1736 private final PacketKeepaliveCallback mCallback;
1737 private final Looper mLooper;
1738 private final Messenger mMessenger;
1739
1740 private volatile Integer mSlot;
1741
1742 void stopLooper() {
1743 mLooper.quit();
1744 }
1745
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001746 @UnsupportedAppUsage
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001747 public void stop() {
1748 try {
1749 mService.stopKeepalive(mNetwork, mSlot);
1750 } catch (RemoteException e) {
1751 Log.e(TAG, "Error stopping packet keepalive: ", e);
1752 stopLooper();
1753 }
1754 }
1755
1756 private PacketKeepalive(Network network, PacketKeepaliveCallback callback) {
Hugo Benichidafed3d2017-03-06 09:17:06 +09001757 Preconditions.checkNotNull(network, "network cannot be null");
1758 Preconditions.checkNotNull(callback, "callback cannot be null");
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001759 mNetwork = network;
1760 mCallback = callback;
1761 HandlerThread thread = new HandlerThread(TAG);
1762 thread.start();
1763 mLooper = thread.getLooper();
1764 mMessenger = new Messenger(new Handler(mLooper) {
1765 @Override
1766 public void handleMessage(Message message) {
1767 switch (message.what) {
1768 case NetworkAgent.EVENT_PACKET_KEEPALIVE:
1769 int error = message.arg2;
1770 try {
1771 if (error == SUCCESS) {
1772 if (mSlot == null) {
1773 mSlot = message.arg1;
1774 mCallback.onStarted();
1775 } else {
1776 mSlot = null;
1777 stopLooper();
1778 mCallback.onStopped();
1779 }
1780 } else {
1781 stopLooper();
1782 mCallback.onError(error);
1783 }
1784 } catch (Exception e) {
1785 Log.e(TAG, "Exception in keepalive callback(" + error + ")", e);
1786 }
1787 break;
1788 default:
1789 Log.e(TAG, "Unhandled message " + Integer.toHexString(message.what));
1790 break;
1791 }
1792 }
1793 });
1794 }
1795 }
1796
1797 /**
1798 * Starts an IPsec NAT-T keepalive packet with the specified parameters.
1799 *
1800 * @hide
1801 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001802 @UnsupportedAppUsage
Lorenzo Colitti8bf977d2015-06-15 14:29:22 +09001803 public PacketKeepalive startNattKeepalive(
1804 Network network, int intervalSeconds, PacketKeepaliveCallback callback,
1805 InetAddress srcAddr, int srcPort, InetAddress dstAddr) {
1806 final PacketKeepalive k = new PacketKeepalive(network, callback);
1807 try {
1808 mService.startNattKeepalive(network, intervalSeconds, k.mMessenger, new Binder(),
1809 srcAddr.getHostAddress(), srcPort, dstAddr.getHostAddress());
1810 } catch (RemoteException e) {
1811 Log.e(TAG, "Error starting packet keepalive: ", e);
1812 k.stopLooper();
1813 return null;
1814 }
1815 return k;
1816 }
1817
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001818 /**
1819 * Ensure that a network route exists to deliver traffic to the specified
1820 * host via the specified network interface. An attempt to add a route that
1821 * already exists is ignored, but treated as successful.
Lorenzo Colittid5427052015-10-15 16:29:00 +09001822 *
1823 * <p>This method requires the caller to hold either the
1824 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
1825 * or the ability to modify system settings as determined by
1826 * {@link android.provider.Settings.System#canWrite}.</p>
1827 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001828 * @param networkType the type of the network over which traffic to the specified
1829 * host is to be routed
1830 * @param hostAddress the IP address of the host to which the route is desired
1831 * @return {@code true} on success, {@code false} on failure
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07001832 *
Lorenzo Colitti2ea89e52015-04-24 17:03:31 +09001833 * @deprecated Deprecated in favor of the
1834 * {@link #requestNetwork(NetworkRequest, NetworkCallback)},
1835 * {@link #bindProcessToNetwork} and {@link Network#getSocketFactory} API.
Dianne Hackborn692a2442015-07-31 10:35:34 -07001836 * In {@link VERSION_CODES#M}, and above, this method is unsupported and will
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001837 * throw {@code UnsupportedOperationException} if called.
Lorenzo Colitti2187df72016-12-09 18:39:30 +09001838 * @removed
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001839 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001840 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001841 public boolean requestRouteToHost(int networkType, int hostAddress) {
Sreeram Ramachandran03666c72014-07-19 23:21:46 -07001842 return requestRouteToHostAddress(networkType, NetworkUtils.intToInetAddress(hostAddress));
Robert Greenwalt585ac0f2010-08-27 09:24:29 -07001843 }
1844
1845 /**
1846 * Ensure that a network route exists to deliver traffic to the specified
1847 * host via the specified network interface. An attempt to add a route that
1848 * already exists is ignored, but treated as successful.
Lorenzo Colittid5427052015-10-15 16:29:00 +09001849 *
1850 * <p>This method requires the caller to hold either the
1851 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
1852 * or the ability to modify system settings as determined by
1853 * {@link android.provider.Settings.System#canWrite}.</p>
1854 *
Robert Greenwalt585ac0f2010-08-27 09:24:29 -07001855 * @param networkType the type of the network over which traffic to the specified
1856 * host is to be routed
1857 * @param hostAddress the IP address of the host to which the route is desired
1858 * @return {@code true} on success, {@code false} on failure
1859 * @hide
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07001860 * @deprecated Deprecated in favor of the {@link #requestNetwork} and
Lorenzo Colitti2ea89e52015-04-24 17:03:31 +09001861 * {@link #bindProcessToNetwork} API.
Robert Greenwalt585ac0f2010-08-27 09:24:29 -07001862 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001863 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001864 @UnsupportedAppUsage
Robert Greenwalt585ac0f2010-08-27 09:24:29 -07001865 public boolean requestRouteToHostAddress(int networkType, InetAddress hostAddress) {
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09001866 checkLegacyRoutingApiAccess();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001867 try {
Sreeram Ramachandran03666c72014-07-19 23:21:46 -07001868 return mService.requestRouteToHostAddress(networkType, hostAddress.getAddress());
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001869 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001870 throw e.rethrowFromSystemServer();
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001871 }
1872 }
1873
1874 /**
1875 * Returns the value of the setting for background data usage. If false,
1876 * applications should not use the network if the application is not in the
1877 * foreground. Developers should respect this setting, and check the value
1878 * of this before performing any background data operations.
1879 * <p>
1880 * All applications that have background services that use the network
1881 * should listen to {@link #ACTION_BACKGROUND_DATA_SETTING_CHANGED}.
Jeff Sharkey3a844fc2011-08-16 14:37:57 -07001882 * <p>
Scott Main4cc53332011-10-06 18:32:43 -07001883 * @deprecated As of {@link VERSION_CODES#ICE_CREAM_SANDWICH}, availability of
Jeff Sharkey3a844fc2011-08-16 14:37:57 -07001884 * background data depends on several combined factors, and this method will
1885 * always return {@code true}. Instead, when background data is unavailable,
1886 * {@link #getActiveNetworkInfo()} will now appear disconnected.
Danica Chang6fdd0c62010-08-11 14:54:43 -07001887 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001888 * @return Whether background data usage is allowed.
1889 */
Jeff Sharkey3a844fc2011-08-16 14:37:57 -07001890 @Deprecated
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001891 public boolean getBackgroundDataSetting() {
Jeff Sharkey3a844fc2011-08-16 14:37:57 -07001892 // assume that background data is allowed; final authority is
1893 // NetworkInfo which may be blocked.
1894 return true;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001895 }
1896
1897 /**
1898 * Sets the value of the setting for background data usage.
Robert Greenwaltc03fa502010-02-23 18:58:05 -08001899 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001900 * @param allowBackgroundData Whether an application should use data while
1901 * it is in the background.
Robert Greenwaltc03fa502010-02-23 18:58:05 -08001902 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001903 * @attr ref android.Manifest.permission#CHANGE_BACKGROUND_DATA_SETTING
1904 * @see #getBackgroundDataSetting()
1905 * @hide
1906 */
Jeff Sharkey3a844fc2011-08-16 14:37:57 -07001907 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001908 @UnsupportedAppUsage
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001909 public void setBackgroundDataSetting(boolean allowBackgroundData) {
Jeff Sharkey3a844fc2011-08-16 14:37:57 -07001910 // ignored
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001911 }
Robert Greenwaltc03fa502010-02-23 18:58:05 -08001912
Jeff Sharkey43d2a172017-07-12 10:50:42 -06001913 /** {@hide} */
1914 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001915 @UnsupportedAppUsage
Jeff Sharkeyf0ceede2011-08-02 17:22:34 -07001916 public NetworkQuotaInfo getActiveNetworkQuotaInfo() {
1917 try {
1918 return mService.getActiveNetworkQuotaInfo();
1919 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001920 throw e.rethrowFromSystemServer();
Jeff Sharkeyf0ceede2011-08-02 17:22:34 -07001921 }
1922 }
1923
1924 /**
Robert Greenwaltc03fa502010-02-23 18:58:05 -08001925 * @hide
Robert Greenwaltafa05c02014-05-21 20:04:36 -07001926 * @deprecated Talk to TelephonyManager directly
Robert Greenwaltc03fa502010-02-23 18:58:05 -08001927 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07001928 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01001929 @UnsupportedAppUsage
Robert Greenwaltc03fa502010-02-23 18:58:05 -08001930 public boolean getMobileDataEnabled() {
Robert Greenwaltafa05c02014-05-21 20:04:36 -07001931 IBinder b = ServiceManager.getService(Context.TELEPHONY_SERVICE);
1932 if (b != null) {
1933 try {
1934 ITelephony it = ITelephony.Stub.asInterface(b);
Shishir Agrawal7ea3e8b2016-01-25 13:03:07 -08001935 int subId = SubscriptionManager.getDefaultDataSubscriptionId();
Wink Saville36ffb042014-12-05 11:10:30 -08001936 Log.d("ConnectivityManager", "getMobileDataEnabled()+ subId=" + subId);
Malcolm Chenb455e722017-11-28 15:57:14 -08001937 boolean retVal = it.isUserDataEnabled(subId);
Wink Saville36ffb042014-12-05 11:10:30 -08001938 Log.d("ConnectivityManager", "getMobileDataEnabled()- subId=" + subId
1939 + " retVal=" + retVal);
1940 return retVal;
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07001941 } catch (RemoteException e) {
1942 throw e.rethrowFromSystemServer();
1943 }
Robert Greenwaltc03fa502010-02-23 18:58:05 -08001944 }
Wink Saville36ffb042014-12-05 11:10:30 -08001945 Log.d("ConnectivityManager", "getMobileDataEnabled()- remote exception retVal=false");
Robert Greenwaltafa05c02014-05-21 20:04:36 -07001946 return false;
Robert Greenwaltc03fa502010-02-23 18:58:05 -08001947 }
1948
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001949 /**
Robert Greenwaltb2489872014-09-04 16:44:35 -07001950 * Callback for use with {@link ConnectivityManager#addDefaultNetworkActiveListener}
Robert Greenwalt6078b502014-06-11 16:05:07 -07001951 * to find out when the system default network has gone in to a high power state.
Dianne Hackborn77b987f2014-02-26 16:20:52 -08001952 */
1953 public interface OnNetworkActiveListener {
1954 /**
1955 * Called on the main thread of the process to report that the current data network
1956 * has become active, and it is now a good time to perform any pending network
1957 * operations. Note that this listener only tells you when the network becomes
1958 * active; if at any other time you want to know whether it is active (and thus okay
1959 * to initiate network traffic), you can retrieve its instantaneous state with
Robert Greenwalt6078b502014-06-11 16:05:07 -07001960 * {@link ConnectivityManager#isDefaultNetworkActive}.
Dianne Hackborn77b987f2014-02-26 16:20:52 -08001961 */
Chalard Jean4d660112018-06-04 16:52:49 +09001962 void onNetworkActive();
Dianne Hackborn77b987f2014-02-26 16:20:52 -08001963 }
1964
1965 private INetworkManagementService getNetworkManagementService() {
1966 synchronized (this) {
1967 if (mNMService != null) {
1968 return mNMService;
1969 }
1970 IBinder b = ServiceManager.getService(Context.NETWORKMANAGEMENT_SERVICE);
1971 mNMService = INetworkManagementService.Stub.asInterface(b);
1972 return mNMService;
1973 }
1974 }
1975
1976 private final ArrayMap<OnNetworkActiveListener, INetworkActivityListener>
Chalard Jean4d660112018-06-04 16:52:49 +09001977 mNetworkActivityListeners = new ArrayMap<>();
Dianne Hackborn77b987f2014-02-26 16:20:52 -08001978
1979 /**
Robert Greenwalt6078b502014-06-11 16:05:07 -07001980 * Start listening to reports when the system's default data network is active, meaning it is
1981 * a good time to perform network traffic. Use {@link #isDefaultNetworkActive()}
1982 * to determine the current state of the system's default network after registering the
1983 * listener.
1984 * <p>
1985 * If the process default network has been set with
Paul Jensen72db88e2015-03-10 10:54:12 -04001986 * {@link ConnectivityManager#bindProcessToNetwork} this function will not
Robert Greenwalt6078b502014-06-11 16:05:07 -07001987 * reflect the process's default, but the system default.
Dianne Hackborn77b987f2014-02-26 16:20:52 -08001988 *
1989 * @param l The listener to be told when the network is active.
1990 */
Robert Greenwaltb2489872014-09-04 16:44:35 -07001991 public void addDefaultNetworkActiveListener(final OnNetworkActiveListener l) {
Dianne Hackborn77b987f2014-02-26 16:20:52 -08001992 INetworkActivityListener rl = new INetworkActivityListener.Stub() {
1993 @Override
1994 public void onNetworkActive() throws RemoteException {
1995 l.onNetworkActive();
1996 }
1997 };
1998
1999 try {
2000 getNetworkManagementService().registerNetworkActivityListener(rl);
2001 mNetworkActivityListeners.put(l, rl);
2002 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002003 throw e.rethrowFromSystemServer();
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002004 }
2005 }
2006
2007 /**
2008 * Remove network active listener previously registered with
Robert Greenwaltb2489872014-09-04 16:44:35 -07002009 * {@link #addDefaultNetworkActiveListener}.
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002010 *
2011 * @param l Previously registered listener.
2012 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09002013 public void removeDefaultNetworkActiveListener(@NonNull OnNetworkActiveListener l) {
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002014 INetworkActivityListener rl = mNetworkActivityListeners.get(l);
Hugo Benichie7678512017-05-09 15:19:01 +09002015 Preconditions.checkArgument(rl != null, "Listener was not registered.");
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002016 try {
2017 getNetworkManagementService().unregisterNetworkActivityListener(rl);
2018 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002019 throw e.rethrowFromSystemServer();
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002020 }
2021 }
2022
2023 /**
2024 * Return whether the data network is currently active. An active network means that
2025 * it is currently in a high power state for performing data transmission. On some
2026 * types of networks, it may be expensive to move and stay in such a state, so it is
2027 * more power efficient to batch network traffic together when the radio is already in
2028 * this state. This method tells you whether right now is currently a good time to
2029 * initiate network traffic, as the network is already active.
2030 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002031 public boolean isDefaultNetworkActive() {
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002032 try {
2033 return getNetworkManagementService().isNetworkActive();
2034 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002035 throw e.rethrowFromSystemServer();
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002036 }
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002037 }
2038
2039 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002040 * {@hide}
2041 */
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09002042 public ConnectivityManager(Context context, IConnectivityManager service) {
Hugo Benichidafed3d2017-03-06 09:17:06 +09002043 mContext = Preconditions.checkNotNull(context, "missing context");
2044 mService = Preconditions.checkNotNull(service, "missing IConnectivityManager");
Paul Jensene0bef712014-12-10 15:12:18 -05002045 sInstance = this;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08002046 }
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002047
Jeff Sharkey8fc27e82012-04-04 20:40:58 -07002048 /** {@hide} */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002049 @UnsupportedAppUsage
Jeff Sharkey8fc27e82012-04-04 20:40:58 -07002050 public static ConnectivityManager from(Context context) {
2051 return (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
2052 }
2053
Remi NGUYEN VANe67b0c32018-12-27 16:43:56 +09002054 /** @hide */
2055 public NetworkRequest getDefaultRequest() {
2056 try {
2057 // This is not racy as the default request is final in ConnectivityService.
2058 return mService.getDefaultRequest();
2059 } catch (RemoteException e) {
2060 throw e.rethrowFromSystemServer();
2061 }
2062 }
2063
Lorenzo Colittifbe9b1a2016-07-28 17:14:11 +09002064 /* TODO: These permissions checks don't belong in client-side code. Move them to
2065 * services.jar, possibly in com.android.server.net. */
2066
2067 /** {@hide} */
Lorenzo Colittid5427052015-10-15 16:29:00 +09002068 public static final void enforceChangePermission(Context context) {
2069 int uid = Binder.getCallingUid();
2070 Settings.checkAndNoteChangeNetworkStateOperation(context, uid, Settings
2071 .getPackageNameForUid(context, uid), true /* throwException */);
2072 }
2073
Tetsutoki Shiozawa335d2ed2016-03-16 23:30:57 +09002074 /** {@hide} */
2075 public static final void enforceTetherChangePermission(Context context, String callingPkg) {
Hugo Benichie7678512017-05-09 15:19:01 +09002076 Preconditions.checkNotNull(context, "Context cannot be null");
2077 Preconditions.checkNotNull(callingPkg, "callingPkg cannot be null");
Tetsutoki Shiozawa335d2ed2016-03-16 23:30:57 +09002078
Robert Greenwaltedb47662014-09-16 17:54:19 -07002079 if (context.getResources().getStringArray(
2080 com.android.internal.R.array.config_mobile_hotspot_provision_app).length == 2) {
2081 // Have a provisioning app - must only let system apps (which check this app)
2082 // turn on tethering
2083 context.enforceCallingOrSelfPermission(
Jeremy Kleind42209d2015-12-28 15:11:58 -08002084 android.Manifest.permission.TETHER_PRIVILEGED, "ConnectivityService");
Robert Greenwaltedb47662014-09-16 17:54:19 -07002085 } else {
Billy Laua7238a32015-08-01 12:45:02 +01002086 int uid = Binder.getCallingUid();
Tetsutoki Shiozawa335d2ed2016-03-16 23:30:57 +09002087 // If callingPkg's uid is not same as Binder.getCallingUid(),
2088 // AppOpsService throws SecurityException.
2089 Settings.checkAndNoteWriteSettingsOperation(context, uid, callingPkg,
2090 true /* throwException */);
Robert Greenwaltedb47662014-09-16 17:54:19 -07002091 }
2092 }
2093
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002094 /**
Paul Jensene0bef712014-12-10 15:12:18 -05002095 * @deprecated - use getSystemService. This is a kludge to support static access in certain
2096 * situations where a Context pointer is unavailable.
2097 * @hide
2098 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07002099 @Deprecated
Paul Jensen72db88e2015-03-10 10:54:12 -04002100 static ConnectivityManager getInstanceOrNull() {
2101 return sInstance;
2102 }
2103
2104 /**
2105 * @deprecated - use getSystemService. This is a kludge to support static access in certain
2106 * situations where a Context pointer is unavailable.
2107 * @hide
2108 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07002109 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002110 @UnsupportedAppUsage
Paul Jensen72db88e2015-03-10 10:54:12 -04002111 private static ConnectivityManager getInstance() {
2112 if (getInstanceOrNull() == null) {
Paul Jensene0bef712014-12-10 15:12:18 -05002113 throw new IllegalStateException("No ConnectivityManager yet constructed");
2114 }
Paul Jensen72db88e2015-03-10 10:54:12 -04002115 return getInstanceOrNull();
Paul Jensene0bef712014-12-10 15:12:18 -05002116 }
2117
2118 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002119 * Get the set of tetherable, available interfaces. This list is limited by
2120 * device configuration and current interface existence.
2121 *
2122 * @return an array of 0 or more Strings of tetherable interface names.
2123 *
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002124 * {@hide}
2125 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002126 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002127 @UnsupportedAppUsage
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002128 public String[] getTetherableIfaces() {
2129 try {
2130 return mService.getTetherableIfaces();
2131 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002132 throw e.rethrowFromSystemServer();
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002133 }
2134 }
2135
2136 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002137 * Get the set of tethered interfaces.
2138 *
2139 * @return an array of 0 or more String of currently tethered interface names.
2140 *
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002141 * {@hide}
2142 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002143 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002144 @UnsupportedAppUsage
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002145 public String[] getTetheredIfaces() {
2146 try {
2147 return mService.getTetheredIfaces();
2148 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002149 throw e.rethrowFromSystemServer();
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002150 }
2151 }
2152
2153 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002154 * Get the set of interface names which attempted to tether but
2155 * failed. Re-attempting to tether may cause them to reset to the Tethered
2156 * state. Alternatively, causing the interface to be destroyed and recreated
2157 * may cause them to reset to the available state.
2158 * {@link ConnectivityManager#getLastTetherError} can be used to get more
2159 * information on the cause of the errors.
2160 *
2161 * @return an array of 0 or more String indicating the interface names
2162 * which failed to tether.
2163 *
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002164 * {@hide}
2165 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002166 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002167 @UnsupportedAppUsage
Robert Greenwalt5a735062010-03-02 17:25:02 -08002168 public String[] getTetheringErroredIfaces() {
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002169 try {
Robert Greenwalt5a735062010-03-02 17:25:02 -08002170 return mService.getTetheringErroredIfaces();
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002171 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002172 throw e.rethrowFromSystemServer();
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002173 }
2174 }
2175
2176 /**
Robert Greenwalt9c7e2c22014-06-23 14:53:42 -07002177 * Get the set of tethered dhcp ranges.
2178 *
2179 * @return an array of 0 or more {@code String} of tethered dhcp ranges.
2180 * {@hide}
2181 */
2182 public String[] getTetheredDhcpRanges() {
2183 try {
2184 return mService.getTetheredDhcpRanges();
2185 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002186 throw e.rethrowFromSystemServer();
Robert Greenwalt9c7e2c22014-06-23 14:53:42 -07002187 }
2188 }
2189
2190 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002191 * Attempt to tether the named interface. This will setup a dhcp server
2192 * on the interface, forward and NAT IP packets and forward DNS requests
2193 * to the best active upstream network interface. Note that if no upstream
2194 * IP network interface is available, dhcp will still run and traffic will be
2195 * allowed between the tethered devices and this device, though upstream net
2196 * access will of course fail until an upstream network interface becomes
2197 * active.
Lorenzo Colittid5427052015-10-15 16:29:00 +09002198 *
2199 * <p>This method requires the caller to hold either the
2200 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
2201 * or the ability to modify system settings as determined by
2202 * {@link android.provider.Settings.System#canWrite}.</p>
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002203 *
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002204 * <p>WARNING: New clients should not use this function. The only usages should be in PanService
2205 * and WifiStateMachine which need direct access. All other clients should use
2206 * {@link #startTethering} and {@link #stopTethering} which encapsulate proper provisioning
2207 * logic.</p>
2208 *
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002209 * @param iface the interface name to tether.
2210 * @return error a {@code TETHER_ERROR} value indicating success or failure type
2211 *
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002212 * {@hide}
2213 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002214 @UnsupportedAppUsage
Robert Greenwalt5a735062010-03-02 17:25:02 -08002215 public int tether(String iface) {
2216 try {
Tetsutoki Shiozawa335d2ed2016-03-16 23:30:57 +09002217 String pkgName = mContext.getOpPackageName();
2218 Log.i(TAG, "tether caller:" + pkgName);
2219 return mService.tether(iface, pkgName);
Robert Greenwalt5a735062010-03-02 17:25:02 -08002220 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002221 throw e.rethrowFromSystemServer();
Robert Greenwalt5a735062010-03-02 17:25:02 -08002222 }
2223 }
2224
2225 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002226 * Stop tethering the named interface.
Lorenzo Colittid5427052015-10-15 16:29:00 +09002227 *
2228 * <p>This method requires the caller to hold either the
2229 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
2230 * or the ability to modify system settings as determined by
2231 * {@link android.provider.Settings.System#canWrite}.</p>
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002232 *
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002233 * <p>WARNING: New clients should not use this function. The only usages should be in PanService
2234 * and WifiStateMachine which need direct access. All other clients should use
2235 * {@link #startTethering} and {@link #stopTethering} which encapsulate proper provisioning
2236 * logic.</p>
2237 *
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002238 * @param iface the interface name to untether.
2239 * @return error a {@code TETHER_ERROR} value indicating success or failure type
2240 *
Robert Greenwalt5a735062010-03-02 17:25:02 -08002241 * {@hide}
2242 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002243 @UnsupportedAppUsage
Robert Greenwalt5a735062010-03-02 17:25:02 -08002244 public int untether(String iface) {
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002245 try {
Tetsutoki Shiozawa335d2ed2016-03-16 23:30:57 +09002246 String pkgName = mContext.getOpPackageName();
2247 Log.i(TAG, "untether caller:" + pkgName);
2248 return mService.untether(iface, pkgName);
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002249 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002250 throw e.rethrowFromSystemServer();
Robert Greenwaltd0e18ff2010-01-26 11:40:34 -08002251 }
2252 }
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002253
2254 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002255 * Check if the device allows for tethering. It may be disabled via
Dianne Hackborn77b987f2014-02-26 16:20:52 -08002256 * {@code ro.tether.denied} system property, Settings.TETHER_SUPPORTED or
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002257 * due to device configuration.
2258 *
Chalard Jean8f76fc32017-09-26 15:45:18 +09002259 * <p>If this app does not have permission to use this API, it will always
2260 * return false rather than throw an exception.</p>
2261 *
2262 * <p>If the device has a hotspot provisioning app, the caller is required to hold the
2263 * {@link android.Manifest.permission.TETHER_PRIVILEGED} permission.</p>
2264 *
2265 * <p>Otherwise, this method requires the caller to hold the ability to modify system
2266 * settings as determined by {@link android.provider.Settings.System#canWrite}.</p>
2267 *
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002268 * @return a boolean - {@code true} indicating Tethering is supported.
2269 *
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002270 * {@hide}
2271 */
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002272 @SystemApi
Chalard Jean8f76fc32017-09-26 15:45:18 +09002273 @RequiresPermission(anyOf = {android.Manifest.permission.TETHER_PRIVILEGED,
2274 android.Manifest.permission.WRITE_SETTINGS})
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002275 public boolean isTetheringSupported() {
Chalard Jean8f76fc32017-09-26 15:45:18 +09002276 String pkgName = mContext.getOpPackageName();
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002277 try {
Udam Saini0e94c362017-06-07 12:06:28 -07002278 return mService.isTetheringSupported(pkgName);
Chalard Jean8f76fc32017-09-26 15:45:18 +09002279 } catch (SecurityException e) {
2280 // This API is not available to this caller, but for backward-compatibility
2281 // this will just return false instead of throwing.
2282 return false;
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002283 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002284 throw e.rethrowFromSystemServer();
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002285 }
2286 }
2287
2288 /**
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002289 * Callback for use with {@link #startTethering} to find out whether tethering succeeded.
2290 * @hide
2291 */
2292 @SystemApi
2293 public static abstract class OnStartTetheringCallback {
2294 /**
2295 * Called when tethering has been successfully started.
2296 */
Chalard Jean4d660112018-06-04 16:52:49 +09002297 public void onTetheringStarted() {}
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002298
2299 /**
2300 * Called when starting tethering failed.
2301 */
Chalard Jean4d660112018-06-04 16:52:49 +09002302 public void onTetheringFailed() {}
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002303 }
2304
2305 /**
2306 * Convenient overload for
2307 * {@link #startTethering(int, boolean, OnStartTetheringCallback, Handler)} which passes a null
2308 * handler to run on the current thread's {@link Looper}.
2309 * @hide
2310 */
2311 @SystemApi
Udam Saini0e94c362017-06-07 12:06:28 -07002312 @RequiresPermission(android.Manifest.permission.TETHER_PRIVILEGED)
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002313 public void startTethering(int type, boolean showProvisioningUi,
2314 final OnStartTetheringCallback callback) {
2315 startTethering(type, showProvisioningUi, callback, null);
2316 }
2317
2318 /**
2319 * Runs tether provisioning for the given type if needed and then starts tethering if
2320 * the check succeeds. If no carrier provisioning is required for tethering, tethering is
2321 * enabled immediately. If provisioning fails, tethering will not be enabled. It also
2322 * schedules tether provisioning re-checks if appropriate.
2323 *
2324 * @param type The type of tethering to start. Must be one of
2325 * {@link ConnectivityManager.TETHERING_WIFI},
2326 * {@link ConnectivityManager.TETHERING_USB}, or
2327 * {@link ConnectivityManager.TETHERING_BLUETOOTH}.
2328 * @param showProvisioningUi a boolean indicating to show the provisioning app UI if there
2329 * is one. This should be true the first time this function is called and also any time
2330 * the user can see this UI. It gives users information from their carrier about the
2331 * check failing and how they can sign up for tethering if possible.
2332 * @param callback an {@link OnStartTetheringCallback} which will be called to notify the caller
2333 * of the result of trying to tether.
2334 * @param handler {@link Handler} to specify the thread upon which the callback will be invoked.
2335 * @hide
2336 */
2337 @SystemApi
Jeff Sharkeyd86b8fe2017-06-02 17:36:26 -06002338 @RequiresPermission(android.Manifest.permission.TETHER_PRIVILEGED)
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002339 public void startTethering(int type, boolean showProvisioningUi,
2340 final OnStartTetheringCallback callback, Handler handler) {
Hugo Benichidafed3d2017-03-06 09:17:06 +09002341 Preconditions.checkNotNull(callback, "OnStartTetheringCallback cannot be null.");
Jeremy Klein5f277e12016-03-12 16:29:54 -08002342
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002343 ResultReceiver wrappedCallback = new ResultReceiver(handler) {
2344 @Override
2345 protected void onReceiveResult(int resultCode, Bundle resultData) {
2346 if (resultCode == TETHER_ERROR_NO_ERROR) {
2347 callback.onTetheringStarted();
2348 } else {
2349 callback.onTetheringFailed();
2350 }
2351 }
2352 };
Jeremy Klein5f277e12016-03-12 16:29:54 -08002353
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002354 try {
Tetsutoki Shiozawa335d2ed2016-03-16 23:30:57 +09002355 String pkgName = mContext.getOpPackageName();
2356 Log.i(TAG, "startTethering caller:" + pkgName);
2357 mService.startTethering(type, wrappedCallback, showProvisioningUi, pkgName);
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002358 } catch (RemoteException e) {
2359 Log.e(TAG, "Exception trying to start tethering.", e);
2360 wrappedCallback.send(TETHER_ERROR_SERVICE_UNAVAIL, null);
2361 }
2362 }
2363
2364 /**
2365 * Stops tethering for the given type. Also cancels any provisioning rechecks for that type if
2366 * applicable.
2367 *
2368 * @param type The type of tethering to stop. Must be one of
2369 * {@link ConnectivityManager.TETHERING_WIFI},
2370 * {@link ConnectivityManager.TETHERING_USB}, or
2371 * {@link ConnectivityManager.TETHERING_BLUETOOTH}.
2372 * @hide
2373 */
2374 @SystemApi
Jeff Sharkeyd86b8fe2017-06-02 17:36:26 -06002375 @RequiresPermission(android.Manifest.permission.TETHER_PRIVILEGED)
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002376 public void stopTethering(int type) {
2377 try {
Tetsutoki Shiozawa335d2ed2016-03-16 23:30:57 +09002378 String pkgName = mContext.getOpPackageName();
2379 Log.i(TAG, "stopTethering caller:" + pkgName);
2380 mService.stopTethering(type, pkgName);
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002381 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002382 throw e.rethrowFromSystemServer();
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002383 }
2384 }
2385
2386 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002387 * Get the list of regular expressions that define any tetherable
2388 * USB network interfaces. If USB tethering is not supported by the
2389 * device, this list should be empty.
2390 *
2391 * @return an array of 0 or more regular expression Strings defining
2392 * what interfaces are considered tetherable usb interfaces.
2393 *
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002394 * {@hide}
2395 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002396 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002397 @UnsupportedAppUsage
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002398 public String[] getTetherableUsbRegexs() {
2399 try {
2400 return mService.getTetherableUsbRegexs();
2401 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002402 throw e.rethrowFromSystemServer();
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002403 }
2404 }
2405
2406 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002407 * Get the list of regular expressions that define any tetherable
2408 * Wifi network interfaces. If Wifi tethering is not supported by the
2409 * device, this list should be empty.
2410 *
2411 * @return an array of 0 or more regular expression Strings defining
2412 * what interfaces are considered tetherable wifi interfaces.
2413 *
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002414 * {@hide}
2415 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002416 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002417 @UnsupportedAppUsage
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002418 public String[] getTetherableWifiRegexs() {
2419 try {
2420 return mService.getTetherableWifiRegexs();
2421 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002422 throw e.rethrowFromSystemServer();
Robert Greenwalt2a091d72010-02-11 18:18:40 -08002423 }
2424 }
Robert Greenwalt5a735062010-03-02 17:25:02 -08002425
Danica Chang6fdd0c62010-08-11 14:54:43 -07002426 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002427 * Get the list of regular expressions that define any tetherable
2428 * Bluetooth network interfaces. If Bluetooth tethering is not supported by the
2429 * device, this list should be empty.
2430 *
2431 * @return an array of 0 or more regular expression Strings defining
2432 * what interfaces are considered tetherable bluetooth interfaces.
2433 *
Danica Chang6fdd0c62010-08-11 14:54:43 -07002434 * {@hide}
2435 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002436 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002437 @UnsupportedAppUsage
Danica Chang6fdd0c62010-08-11 14:54:43 -07002438 public String[] getTetherableBluetoothRegexs() {
2439 try {
2440 return mService.getTetherableBluetoothRegexs();
2441 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002442 throw e.rethrowFromSystemServer();
Danica Chang6fdd0c62010-08-11 14:54:43 -07002443 }
2444 }
2445
Mike Lockwood6c2260b2011-07-19 13:04:47 -07002446 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002447 * Attempt to both alter the mode of USB and Tethering of USB. A
2448 * utility method to deal with some of the complexity of USB - will
2449 * attempt to switch to Rndis and subsequently tether the resulting
2450 * interface on {@code true} or turn off tethering and switch off
2451 * Rndis on {@code false}.
Lorenzo Colittid5427052015-10-15 16:29:00 +09002452 *
2453 * <p>This method requires the caller to hold either the
2454 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
2455 * or the ability to modify system settings as determined by
2456 * {@link android.provider.Settings.System#canWrite}.</p>
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002457 *
2458 * @param enable a boolean - {@code true} to enable tethering
2459 * @return error a {@code TETHER_ERROR} value indicating success or failure type
2460 *
Mike Lockwood6c2260b2011-07-19 13:04:47 -07002461 * {@hide}
2462 */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002463 @UnsupportedAppUsage
Mike Lockwood6c2260b2011-07-19 13:04:47 -07002464 public int setUsbTethering(boolean enable) {
2465 try {
Tetsutoki Shiozawa335d2ed2016-03-16 23:30:57 +09002466 String pkgName = mContext.getOpPackageName();
2467 Log.i(TAG, "setUsbTethering caller:" + pkgName);
2468 return mService.setUsbTethering(enable, pkgName);
Mike Lockwood6c2260b2011-07-19 13:04:47 -07002469 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002470 throw e.rethrowFromSystemServer();
Mike Lockwood6c2260b2011-07-19 13:04:47 -07002471 }
2472 }
2473
Robert Greenwalt5a735062010-03-02 17:25:02 -08002474 /** {@hide} */
2475 public static final int TETHER_ERROR_NO_ERROR = 0;
2476 /** {@hide} */
2477 public static final int TETHER_ERROR_UNKNOWN_IFACE = 1;
2478 /** {@hide} */
2479 public static final int TETHER_ERROR_SERVICE_UNAVAIL = 2;
2480 /** {@hide} */
2481 public static final int TETHER_ERROR_UNSUPPORTED = 3;
2482 /** {@hide} */
2483 public static final int TETHER_ERROR_UNAVAIL_IFACE = 4;
2484 /** {@hide} */
2485 public static final int TETHER_ERROR_MASTER_ERROR = 5;
2486 /** {@hide} */
2487 public static final int TETHER_ERROR_TETHER_IFACE_ERROR = 6;
2488 /** {@hide} */
2489 public static final int TETHER_ERROR_UNTETHER_IFACE_ERROR = 7;
2490 /** {@hide} */
2491 public static final int TETHER_ERROR_ENABLE_NAT_ERROR = 8;
2492 /** {@hide} */
2493 public static final int TETHER_ERROR_DISABLE_NAT_ERROR = 9;
2494 /** {@hide} */
2495 public static final int TETHER_ERROR_IFACE_CFG_ERROR = 10;
Jeremy Klein36c7aa02016-01-22 14:11:45 -08002496 /** {@hide} */
2497 public static final int TETHER_ERROR_PROVISION_FAILED = 11;
Remi NGUYEN VAN0e3d09232018-12-04 12:13:09 +09002498 /** {@hide} */
2499 public static final int TETHER_ERROR_DHCPSERVER_ERROR = 12;
Robert Greenwalt5a735062010-03-02 17:25:02 -08002500
2501 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002502 * Get a more detailed error code after a Tethering or Untethering
2503 * request asynchronously failed.
2504 *
2505 * @param iface The name of the interface of interest
Robert Greenwalt5a735062010-03-02 17:25:02 -08002506 * @return error The error code of the last error tethering or untethering the named
2507 * interface
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002508 *
Robert Greenwalt5a735062010-03-02 17:25:02 -08002509 * {@hide}
2510 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002511 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002512 @UnsupportedAppUsage
Robert Greenwalt5a735062010-03-02 17:25:02 -08002513 public int getLastTetherError(String iface) {
2514 try {
2515 return mService.getLastTetherError(iface);
2516 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002517 throw e.rethrowFromSystemServer();
Robert Greenwalt5a735062010-03-02 17:25:02 -08002518 }
Robert Greenwalt14f2ef42010-06-15 12:19:37 -07002519 }
2520
2521 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002522 * Report network connectivity status. This is currently used only
2523 * to alter status bar UI.
Paul Jensenb2748922015-05-06 11:10:18 -04002524 * <p>This method requires the caller to hold the permission
2525 * {@link android.Manifest.permission#STATUS_BAR}.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002526 *
Robert Greenwaltd7085fc2010-09-08 15:24:47 -07002527 * @param networkType The type of network you want to report on
2528 * @param percentage The quality of the connection 0 is bad, 100 is good
Chalard Jean6b1da6e2018-03-08 13:54:53 +09002529 * @deprecated Types are deprecated. Use {@link #reportNetworkConnectivity} instead.
Robert Greenwaltd7085fc2010-09-08 15:24:47 -07002530 * {@hide}
2531 */
2532 public void reportInetCondition(int networkType, int percentage) {
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09002533 printStackTrace();
Robert Greenwaltd7085fc2010-09-08 15:24:47 -07002534 try {
2535 mService.reportInetCondition(networkType, percentage);
2536 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002537 throw e.rethrowFromSystemServer();
Robert Greenwaltd7085fc2010-09-08 15:24:47 -07002538 }
2539 }
Robert Greenwalt434203a2010-10-11 16:00:27 -07002540
2541 /**
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002542 * Report a problem network to the framework. This provides a hint to the system
Ye Wenb87875e2014-07-21 14:19:01 -07002543 * that there might be connectivity problems on this network and may cause
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002544 * the framework to re-evaluate network connectivity and/or switch to another
2545 * network.
Robert Greenwalt9258c642014-03-26 16:47:06 -07002546 *
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002547 * @param network The {@link Network} the application was attempting to use
2548 * or {@code null} to indicate the current default network.
Paul Jensenbfd17b72015-04-07 12:43:13 -04002549 * @deprecated Use {@link #reportNetworkConnectivity} which allows reporting both
2550 * working and non-working connectivity.
Robert Greenwalt9258c642014-03-26 16:47:06 -07002551 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07002552 @Deprecated
Chalard Jean50bea3d2019-01-07 19:26:34 +09002553 public void reportBadNetwork(@Nullable Network network) {
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09002554 printStackTrace();
Robert Greenwalt9258c642014-03-26 16:47:06 -07002555 try {
Paul Jensenbfd17b72015-04-07 12:43:13 -04002556 // One of these will be ignored because it matches system's current state.
2557 // The other will trigger the necessary reevaluation.
2558 mService.reportNetworkConnectivity(network, true);
2559 mService.reportNetworkConnectivity(network, false);
2560 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002561 throw e.rethrowFromSystemServer();
Paul Jensenbfd17b72015-04-07 12:43:13 -04002562 }
2563 }
2564
2565 /**
2566 * Report to the framework whether a network has working connectivity.
2567 * This provides a hint to the system that a particular network is providing
2568 * working connectivity or not. In response the framework may re-evaluate
2569 * the network's connectivity and might take further action thereafter.
2570 *
2571 * @param network The {@link Network} the application was attempting to use
2572 * or {@code null} to indicate the current default network.
2573 * @param hasConnectivity {@code true} if the application was able to successfully access the
2574 * Internet using {@code network} or {@code false} if not.
2575 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09002576 public void reportNetworkConnectivity(@Nullable Network network, boolean hasConnectivity) {
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09002577 printStackTrace();
Paul Jensenbfd17b72015-04-07 12:43:13 -04002578 try {
2579 mService.reportNetworkConnectivity(network, hasConnectivity);
Robert Greenwalt9258c642014-03-26 16:47:06 -07002580 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002581 throw e.rethrowFromSystemServer();
Robert Greenwalt9258c642014-03-26 16:47:06 -07002582 }
2583 }
2584
2585 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002586 * Set a network-independent global http proxy. This is not normally what you want
2587 * for typical HTTP proxies - they are general network dependent. However if you're
2588 * doing something unusual like general internal filtering this may be useful. On
2589 * a private network where the proxy is not accessible, you may break HTTP using this.
Paul Jensenb2748922015-05-06 11:10:18 -04002590 *
2591 * @param p A {@link ProxyInfo} object defining the new global
2592 * HTTP proxy. A {@code null} value will clear the global HTTP proxy.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002593 * @hide
Robert Greenwalt434203a2010-10-11 16:00:27 -07002594 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002595 @RequiresPermission(android.Manifest.permission.CONNECTIVITY_INTERNAL)
Jason Monk207900c2014-04-25 15:00:09 -04002596 public void setGlobalProxy(ProxyInfo p) {
Robert Greenwalt434203a2010-10-11 16:00:27 -07002597 try {
2598 mService.setGlobalProxy(p);
2599 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002600 throw e.rethrowFromSystemServer();
Robert Greenwalt434203a2010-10-11 16:00:27 -07002601 }
2602 }
2603
2604 /**
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002605 * Retrieve any network-independent global HTTP proxy.
2606 *
Jason Monk207900c2014-04-25 15:00:09 -04002607 * @return {@link ProxyInfo} for the current global HTTP proxy or {@code null}
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002608 * if no global HTTP proxy is set.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002609 * @hide
Robert Greenwalt434203a2010-10-11 16:00:27 -07002610 */
Jason Monk207900c2014-04-25 15:00:09 -04002611 public ProxyInfo getGlobalProxy() {
Robert Greenwalt434203a2010-10-11 16:00:27 -07002612 try {
2613 return mService.getGlobalProxy();
2614 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002615 throw e.rethrowFromSystemServer();
Robert Greenwalt434203a2010-10-11 16:00:27 -07002616 }
2617 }
2618
2619 /**
Paul Jensencee9b512015-05-06 07:32:40 -04002620 * Retrieve the global HTTP proxy, or if no global HTTP proxy is set, a
2621 * network-specific HTTP proxy. If {@code network} is null, the
2622 * network-specific proxy returned is the proxy of the default active
2623 * network.
2624 *
2625 * @return {@link ProxyInfo} for the current global HTTP proxy, or if no
2626 * global HTTP proxy is set, {@code ProxyInfo} for {@code network},
2627 * or when {@code network} is {@code null},
2628 * the {@code ProxyInfo} for the default active network. Returns
2629 * {@code null} when no proxy applies or the caller doesn't have
2630 * permission to use {@code network}.
2631 * @hide
2632 */
2633 public ProxyInfo getProxyForNetwork(Network network) {
2634 try {
2635 return mService.getProxyForNetwork(network);
2636 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002637 throw e.rethrowFromSystemServer();
Paul Jensencee9b512015-05-06 07:32:40 -04002638 }
2639 }
2640
2641 /**
Paul Jensene0bef712014-12-10 15:12:18 -05002642 * Get the current default HTTP proxy settings. If a global proxy is set it will be returned,
2643 * otherwise if this process is bound to a {@link Network} using
Paul Jensen72db88e2015-03-10 10:54:12 -04002644 * {@link #bindProcessToNetwork} then that {@code Network}'s proxy is returned, otherwise
Paul Jensene0bef712014-12-10 15:12:18 -05002645 * the default network's proxy is returned.
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002646 *
Jason Monk207900c2014-04-25 15:00:09 -04002647 * @return the {@link ProxyInfo} for the current HTTP proxy, or {@code null} if no
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002648 * HTTP proxy is active.
Robert Greenwalt434203a2010-10-11 16:00:27 -07002649 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09002650 @Nullable
Paul Jensene0bef712014-12-10 15:12:18 -05002651 public ProxyInfo getDefaultProxy() {
Paul Jensencee9b512015-05-06 07:32:40 -04002652 return getProxyForNetwork(getBoundNetworkForProcess());
Robert Greenwalt434203a2010-10-11 16:00:27 -07002653 }
Robert Greenwaltd55a6b42011-03-25 13:09:25 -07002654
2655 /**
Robert Greenwalt9b2886e2011-08-31 11:46:42 -07002656 * Returns true if the hardware supports the given network type
2657 * else it returns false. This doesn't indicate we have coverage
2658 * or are authorized onto a network, just whether or not the
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002659 * hardware supports it. For example a GSM phone without a SIM
2660 * should still return {@code true} for mobile data, but a wifi only
2661 * tablet would return {@code false}.
2662 *
2663 * @param networkType The network type we'd like to check
2664 * @return {@code true} if supported, else {@code false}
Chalard Jean6b1da6e2018-03-08 13:54:53 +09002665 * @deprecated Types are deprecated. Use {@link NetworkCapabilities} instead.
Robert Greenwalt9b2886e2011-08-31 11:46:42 -07002666 * @hide
2667 */
Chalard Jean6b1da6e2018-03-08 13:54:53 +09002668 @Deprecated
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002669 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002670 @UnsupportedAppUsage
Robert Greenwalt9b2886e2011-08-31 11:46:42 -07002671 public boolean isNetworkSupported(int networkType) {
2672 try {
2673 return mService.isNetworkSupported(networkType);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002674 } catch (RemoteException e) {
2675 throw e.rethrowFromSystemServer();
2676 }
Robert Greenwalt9b2886e2011-08-31 11:46:42 -07002677 }
Jeff Sharkey9f7cbf02012-04-12 18:34:54 -07002678
2679 /**
2680 * Returns if the currently active data network is metered. A network is
2681 * classified as metered when the user is sensitive to heavy data usage on
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002682 * that connection due to monetary costs, data limitations or
2683 * battery/performance issues. You should check this before doing large
2684 * data transfers, and warn the user or delay the operation until another
2685 * network is available.
2686 *
2687 * @return {@code true} if large transfers should be avoided, otherwise
2688 * {@code false}.
Jeff Sharkey9f7cbf02012-04-12 18:34:54 -07002689 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06002690 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Jeff Sharkey9f7cbf02012-04-12 18:34:54 -07002691 public boolean isActiveNetworkMetered() {
2692 try {
2693 return mService.isActiveNetworkMetered();
2694 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002695 throw e.rethrowFromSystemServer();
Jeff Sharkey9f7cbf02012-04-12 18:34:54 -07002696 }
2697 }
Jeff Sharkey69ddab42012-08-25 00:05:46 -07002698
Robert Greenwalt5a6bdc42013-02-15 10:56:35 -08002699 /**
2700 * If the LockdownVpn mechanism is enabled, updates the vpn
2701 * with a reload of its profile.
2702 *
2703 * @return a boolean with {@code} indicating success
2704 *
2705 * <p>This method can only be called by the system UID
2706 * {@hide}
2707 */
Jeff Sharkey69ddab42012-08-25 00:05:46 -07002708 public boolean updateLockdownVpn() {
2709 try {
2710 return mService.updateLockdownVpn();
2711 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002712 throw e.rethrowFromSystemServer();
Jeff Sharkey69ddab42012-08-25 00:05:46 -07002713 }
2714 }
Irfan Sheriffda6da092012-08-16 12:49:23 -07002715
2716 /**
Wink Saville948282b2013-08-29 08:55:16 -07002717 * Check mobile provisioning.
Wink Savilleab9321d2013-06-29 21:10:57 -07002718 *
Wink Savilleab9321d2013-06-29 21:10:57 -07002719 * @param suggestedTimeOutMs, timeout in milliseconds
Wink Savilleab9321d2013-06-29 21:10:57 -07002720 *
2721 * @return time out that will be used, maybe less that suggestedTimeOutMs
2722 * -1 if an error.
2723 *
2724 * {@hide}
2725 */
Wink Saville948282b2013-08-29 08:55:16 -07002726 public int checkMobileProvisioning(int suggestedTimeOutMs) {
Wink Savilleab9321d2013-06-29 21:10:57 -07002727 int timeOutMs = -1;
2728 try {
Wink Saville948282b2013-08-29 08:55:16 -07002729 timeOutMs = mService.checkMobileProvisioning(suggestedTimeOutMs);
Wink Savilleab9321d2013-06-29 21:10:57 -07002730 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002731 throw e.rethrowFromSystemServer();
Wink Savilleab9321d2013-06-29 21:10:57 -07002732 }
2733 return timeOutMs;
2734 }
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002735
2736 /**
Wink Saville42d4f082013-07-20 20:31:59 -07002737 * Get the mobile provisioning url.
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002738 * {@hide}
2739 */
2740 public String getMobileProvisioningUrl() {
2741 try {
2742 return mService.getMobileProvisioningUrl();
2743 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002744 throw e.rethrowFromSystemServer();
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002745 }
Robert Greenwalte182bfe2013-07-16 12:06:09 -07002746 }
Wink Saville42d4f082013-07-20 20:31:59 -07002747
2748 /**
Wink Saville948282b2013-08-29 08:55:16 -07002749 * Set sign in error notification to visible or in visible
2750 *
Wink Saville948282b2013-08-29 08:55:16 -07002751 * {@hide}
Paul Jensen3541e9f2015-03-18 12:23:02 -04002752 * @deprecated Doesn't properly deal with multiple connected networks of the same type.
Wink Saville948282b2013-08-29 08:55:16 -07002753 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07002754 @Deprecated
Wink Saville948282b2013-08-29 08:55:16 -07002755 public void setProvisioningNotificationVisible(boolean visible, int networkType,
Paul Jensen89e0f092014-09-15 15:59:36 -04002756 String action) {
Wink Saville948282b2013-08-29 08:55:16 -07002757 try {
Paul Jensen89e0f092014-09-15 15:59:36 -04002758 mService.setProvisioningNotificationVisible(visible, networkType, action);
Wink Saville948282b2013-08-29 08:55:16 -07002759 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002760 throw e.rethrowFromSystemServer();
Wink Saville948282b2013-08-29 08:55:16 -07002761 }
2762 }
Yuhao Zheng5cd1a0e2013-09-09 17:00:04 -07002763
2764 /**
2765 * Set the value for enabling/disabling airplane mode
2766 *
2767 * @param enable whether to enable airplane mode or not
2768 *
Yuhao Zheng5cd1a0e2013-09-09 17:00:04 -07002769 * @hide
2770 */
Lorenzo Colittif5845d12018-10-09 18:55:11 +09002771 @RequiresPermission(anyOf = {
2772 android.Manifest.permission.NETWORK_SETTINGS,
2773 android.Manifest.permission.NETWORK_SETUP_WIZARD,
2774 android.Manifest.permission.NETWORK_STACK})
Lorenzo Colitti85eca482018-10-09 18:50:32 +09002775 @SystemApi
Yuhao Zheng5cd1a0e2013-09-09 17:00:04 -07002776 public void setAirplaneMode(boolean enable) {
2777 try {
2778 mService.setAirplaneMode(enable);
2779 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002780 throw e.rethrowFromSystemServer();
Yuhao Zheng5cd1a0e2013-09-09 17:00:04 -07002781 }
2782 }
Robert Greenwalte049c232014-04-11 15:53:27 -07002783
2784 /** {@hide} */
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01002785 @UnsupportedAppUsage
Robert Greenwalta67be032014-05-16 15:49:14 -07002786 public void registerNetworkFactory(Messenger messenger, String name) {
Robert Greenwalte049c232014-04-11 15:53:27 -07002787 try {
Robert Greenwalta67be032014-05-16 15:49:14 -07002788 mService.registerNetworkFactory(messenger, name);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002789 } catch (RemoteException e) {
2790 throw e.rethrowFromSystemServer();
2791 }
Robert Greenwalta67be032014-05-16 15:49:14 -07002792 }
2793
2794 /** {@hide} */
Mathew Inwood55418ea2018-12-20 15:30:45 +00002795 @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 115609023)
Robert Greenwalta67be032014-05-16 15:49:14 -07002796 public void unregisterNetworkFactory(Messenger messenger) {
2797 try {
2798 mService.unregisterNetworkFactory(messenger);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002799 } catch (RemoteException e) {
2800 throw e.rethrowFromSystemServer();
2801 }
Robert Greenwalte049c232014-04-11 15:53:27 -07002802 }
Robert Greenwalt7b816022014-04-18 15:25:25 -07002803
Paul Jensen31a94f42015-02-13 14:18:39 -05002804 /**
2805 * @hide
2806 * Register a NetworkAgent with ConnectivityService.
2807 * @return NetID corresponding to NetworkAgent.
2808 */
2809 public int registerNetworkAgent(Messenger messenger, NetworkInfo ni, LinkProperties lp,
Sreeram Ramachandran8cd33ed2014-07-23 15:23:15 -07002810 NetworkCapabilities nc, int score, NetworkMisc misc) {
Robert Greenwalt7b816022014-04-18 15:25:25 -07002811 try {
Paul Jensen31a94f42015-02-13 14:18:39 -05002812 return mService.registerNetworkAgent(messenger, ni, lp, nc, score, misc);
2813 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07002814 throw e.rethrowFromSystemServer();
Paul Jensen31a94f42015-02-13 14:18:39 -05002815 }
Robert Greenwalt7b816022014-04-18 15:25:25 -07002816 }
2817
Robert Greenwalt9258c642014-03-26 16:47:06 -07002818 /**
Hugo Benichidafed3d2017-03-06 09:17:06 +09002819 * Base class for {@code NetworkRequest} callbacks. Used for notifications about network
2820 * changes. Should be extended by applications wanting notifications.
2821 *
2822 * A {@code NetworkCallback} is registered by calling
2823 * {@link #requestNetwork(NetworkRequest, NetworkCallback)},
2824 * {@link #registerNetworkCallback(NetworkRequest, NetworkCallback)},
Hugo Benichica867dc2018-02-07 21:17:43 +09002825 * or {@link #registerDefaultNetworkCallback(NetworkCallback)}. A {@code NetworkCallback} is
Hugo Benichidafed3d2017-03-06 09:17:06 +09002826 * unregistered by calling {@link #unregisterNetworkCallback(NetworkCallback)}.
2827 * A {@code NetworkCallback} should be registered at most once at any time.
2828 * A {@code NetworkCallback} that has been unregistered can be registered again.
Robert Greenwalt9258c642014-03-26 16:47:06 -07002829 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002830 public static class NetworkCallback {
Robert Greenwalt7b816022014-04-18 15:25:25 -07002831 /**
Lorenzo Colitti07086932015-04-24 12:23:24 +09002832 * Called when the framework connects to a new network to evaluate whether it satisfies this
2833 * request. If evaluation succeeds, this callback may be followed by an {@link #onAvailable}
2834 * callback. There is no guarantee that this new network will satisfy any requests, or that
2835 * the network will stay connected for longer than the time necessary to evaluate it.
2836 * <p>
2837 * Most applications <b>should not</b> act on this callback, and should instead use
2838 * {@link #onAvailable}. This callback is intended for use by applications that can assist
2839 * the framework in properly evaluating the network &mdash; for example, an application that
2840 * can automatically log in to a captive portal without user intervention.
2841 *
2842 * @param network The {@link Network} of the network that is being evaluated.
Lorenzo Colitti66276122015-06-11 14:27:17 +09002843 *
2844 * @hide
Robert Greenwalt7b816022014-04-18 15:25:25 -07002845 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002846 public void onPreCheck(Network network) {}
Robert Greenwalt7b816022014-04-18 15:25:25 -07002847
2848 /**
Lorenzo Colitti07086932015-04-24 12:23:24 +09002849 * Called when the framework connects and has declared a new network ready for use.
Robert Greenwalt6078b502014-06-11 16:05:07 -07002850 * This callback may be called more than once if the {@link Network} that is
2851 * satisfying the request changes.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002852 *
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002853 * @param network The {@link Network} of the satisfying network.
Chalard Jean804b8fb2018-01-30 22:41:41 +09002854 * @param networkCapabilities The {@link NetworkCapabilities} of the satisfying network.
2855 * @param linkProperties The {@link LinkProperties} of the satisfying network.
junyulai05986c62018-08-07 19:50:45 +08002856 * @param blocked Whether access to the {@link Network} is blocked due to system policy.
Chalard Jean804b8fb2018-01-30 22:41:41 +09002857 * @hide
2858 */
2859 public void onAvailable(Network network, NetworkCapabilities networkCapabilities,
junyulai05986c62018-08-07 19:50:45 +08002860 LinkProperties linkProperties, boolean blocked) {
Chalard Jean804b8fb2018-01-30 22:41:41 +09002861 // Internally only this method is called when a new network is available, and
2862 // it calls the callback in the same way and order that older versions used
2863 // to call so as not to change the behavior.
2864 onAvailable(network);
2865 if (!networkCapabilities.hasCapability(
2866 NetworkCapabilities.NET_CAPABILITY_NOT_SUSPENDED)) {
2867 onNetworkSuspended(network);
2868 }
2869 onCapabilitiesChanged(network, networkCapabilities);
2870 onLinkPropertiesChanged(network, linkProperties);
junyulai05986c62018-08-07 19:50:45 +08002871 onBlockedStatusChanged(network, blocked);
Chalard Jean804b8fb2018-01-30 22:41:41 +09002872 }
2873
2874 /**
2875 * Called when the framework connects and has declared a new network ready for use.
2876 * This callback may be called more than once if the {@link Network} that is
2877 * satisfying the request changes. This will always immediately be followed by a
2878 * call to {@link #onCapabilitiesChanged(Network, NetworkCapabilities)} then by a
junyulai05986c62018-08-07 19:50:45 +08002879 * call to {@link #onLinkPropertiesChanged(Network, LinkProperties)}, and a call to
2880 * {@link #onBlockedStatusChanged(Network, boolean)}.
Chalard Jean804b8fb2018-01-30 22:41:41 +09002881 *
2882 * @param network The {@link Network} of the satisfying network.
Robert Greenwalt7b816022014-04-18 15:25:25 -07002883 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002884 public void onAvailable(Network network) {}
Robert Greenwalt7b816022014-04-18 15:25:25 -07002885
2886 /**
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002887 * Called when the network is about to be disconnected. Often paired with an
Robert Greenwalt6078b502014-06-11 16:05:07 -07002888 * {@link NetworkCallback#onAvailable} call with the new replacement network
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002889 * for graceful handover. This may not be called if we have a hard loss
2890 * (loss without warning). This may be followed by either a
Robert Greenwalt6078b502014-06-11 16:05:07 -07002891 * {@link NetworkCallback#onLost} call or a
2892 * {@link NetworkCallback#onAvailable} call for this network depending
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002893 * on whether we lose or regain it.
2894 *
Robert Greenwalt6078b502014-06-11 16:05:07 -07002895 * @param network The {@link Network} that is about to be disconnected.
2896 * @param maxMsToLive The time in ms the framework will attempt to keep the
2897 * network connected. Note that the network may suffer a
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002898 * hard loss at any time.
Robert Greenwalt7b816022014-04-18 15:25:25 -07002899 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002900 public void onLosing(Network network, int maxMsToLive) {}
Robert Greenwalt7b816022014-04-18 15:25:25 -07002901
2902 /**
2903 * Called when the framework has a hard loss of the network or when the
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002904 * graceful failure ends.
2905 *
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002906 * @param network The {@link Network} lost.
Robert Greenwalt7b816022014-04-18 15:25:25 -07002907 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002908 public void onLost(Network network) {}
Robert Greenwalt7b816022014-04-18 15:25:25 -07002909
2910 /**
Etan Cohenaebf17e2017-03-01 12:47:28 -08002911 * Called if no network is found in the timeout time specified in
Hugo Benichi0eec03f2017-05-15 15:15:33 +09002912 * {@link #requestNetwork(NetworkRequest, NetworkCallback, int)} call. This callback is not
Etan Cohenaebf17e2017-03-01 12:47:28 -08002913 * called for the version of {@link #requestNetwork(NetworkRequest, NetworkCallback)}
2914 * without timeout. When this callback is invoked the associated
2915 * {@link NetworkRequest} will have already been removed and released, as if
2916 * {@link #unregisterNetworkCallback(NetworkCallback)} had been called.
Robert Greenwalt7b816022014-04-18 15:25:25 -07002917 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002918 public void onUnavailable() {}
Robert Greenwalt7b816022014-04-18 15:25:25 -07002919
2920 /**
2921 * Called when the network the framework connected to for this request
2922 * changes capabilities but still satisfies the stated need.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002923 *
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002924 * @param network The {@link Network} whose capabilities have changed.
Chalard Jean804b8fb2018-01-30 22:41:41 +09002925 * @param networkCapabilities The new {@link android.net.NetworkCapabilities} for this
2926 * network.
Robert Greenwalt7b816022014-04-18 15:25:25 -07002927 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002928 public void onCapabilitiesChanged(Network network,
Robert Greenwalt7b816022014-04-18 15:25:25 -07002929 NetworkCapabilities networkCapabilities) {}
2930
2931 /**
2932 * Called when the network the framework connected to for this request
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002933 * changes {@link LinkProperties}.
2934 *
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07002935 * @param network The {@link Network} whose link properties have changed.
2936 * @param linkProperties The new {@link LinkProperties} for this network.
Robert Greenwalt7b816022014-04-18 15:25:25 -07002937 */
Robert Greenwalt6078b502014-06-11 16:05:07 -07002938 public void onLinkPropertiesChanged(Network network, LinkProperties linkProperties) {}
Robert Greenwalt7b816022014-04-18 15:25:25 -07002939
Robert Greenwalt8d482522015-06-24 13:23:42 -07002940 /**
2941 * Called when the network the framework connected to for this request
Chalard Jean804b8fb2018-01-30 22:41:41 +09002942 * goes into {@link NetworkInfo.State#SUSPENDED}.
Robert Greenwalt8d482522015-06-24 13:23:42 -07002943 * This generally means that while the TCP connections are still live,
2944 * temporarily network data fails to transfer. Specifically this is used
2945 * on cellular networks to mask temporary outages when driving through
2946 * a tunnel, etc.
2947 * @hide
2948 */
2949 public void onNetworkSuspended(Network network) {}
2950
2951 /**
2952 * Called when the network the framework connected to for this request
Chalard Jean804b8fb2018-01-30 22:41:41 +09002953 * returns from a {@link NetworkInfo.State#SUSPENDED} state. This should always be
2954 * preceded by a matching {@link NetworkCallback#onNetworkSuspended} call.
Robert Greenwalt8d482522015-06-24 13:23:42 -07002955 * @hide
2956 */
2957 public void onNetworkResumed(Network network) {}
2958
junyulai05986c62018-08-07 19:50:45 +08002959 /**
2960 * Called when access to the specified network is blocked or unblocked.
2961 *
2962 * @param network The {@link Network} whose blocked status has changed.
2963 * @param blocked The blocked status of this {@link Network}.
2964 */
2965 public void onBlockedStatusChanged(Network network, boolean blocked) {}
2966
Robert Greenwalt6078b502014-06-11 16:05:07 -07002967 private NetworkRequest networkRequest;
Robert Greenwalt7b816022014-04-18 15:25:25 -07002968 }
2969
Hugo Benichicb883232017-05-11 13:16:17 +09002970 /**
2971 * Constant error codes used by ConnectivityService to communicate about failures and errors
2972 * across a Binder boundary.
2973 * @hide
2974 */
2975 public interface Errors {
Chalard Jean4d660112018-06-04 16:52:49 +09002976 int TOO_MANY_REQUESTS = 1;
Hugo Benichicb883232017-05-11 13:16:17 +09002977 }
2978
2979 /** @hide */
2980 public static class TooManyRequestsException extends RuntimeException {}
2981
2982 private static RuntimeException convertServiceException(ServiceSpecificException e) {
2983 switch (e.errorCode) {
2984 case Errors.TOO_MANY_REQUESTS:
2985 return new TooManyRequestsException();
2986 default:
2987 Log.w(TAG, "Unknown service error code " + e.errorCode);
2988 return new RuntimeException(e);
2989 }
2990 }
2991
Robert Greenwalt9258c642014-03-26 16:47:06 -07002992 private static final int BASE = Protocol.BASE_CONNECTIVITY_MANAGER;
Robert Greenwalt9258c642014-03-26 16:47:06 -07002993 /** @hide */
Robert Greenwalt8d482522015-06-24 13:23:42 -07002994 public static final int CALLBACK_PRECHECK = BASE + 1;
2995 /** @hide */
2996 public static final int CALLBACK_AVAILABLE = BASE + 2;
2997 /** @hide arg1 = TTL */
2998 public static final int CALLBACK_LOSING = BASE + 3;
2999 /** @hide */
3000 public static final int CALLBACK_LOST = BASE + 4;
3001 /** @hide */
3002 public static final int CALLBACK_UNAVAIL = BASE + 5;
3003 /** @hide */
3004 public static final int CALLBACK_CAP_CHANGED = BASE + 6;
3005 /** @hide */
3006 public static final int CALLBACK_IP_CHANGED = BASE + 7;
Robert Greenwalt562cc542014-05-15 18:07:26 -07003007 /** @hide obj = NetworkCapabilities, arg1 = seq number */
Hugo Benichidba33db2017-03-23 22:40:44 +09003008 private static final int EXPIRE_LEGACY_REQUEST = BASE + 8;
Robert Greenwalt8d482522015-06-24 13:23:42 -07003009 /** @hide */
Hugo Benichidba33db2017-03-23 22:40:44 +09003010 public static final int CALLBACK_SUSPENDED = BASE + 9;
Robert Greenwalt8d482522015-06-24 13:23:42 -07003011 /** @hide */
Hugo Benichidba33db2017-03-23 22:40:44 +09003012 public static final int CALLBACK_RESUMED = BASE + 10;
junyulai05986c62018-08-07 19:50:45 +08003013 /** @hide */
3014 public static final int CALLBACK_BLK_CHANGED = BASE + 11;
Robert Greenwalt9258c642014-03-26 16:47:06 -07003015
Erik Kline57faba92015-11-25 12:49:38 +09003016 /** @hide */
3017 public static String getCallbackName(int whichCallback) {
3018 switch (whichCallback) {
3019 case CALLBACK_PRECHECK: return "CALLBACK_PRECHECK";
3020 case CALLBACK_AVAILABLE: return "CALLBACK_AVAILABLE";
3021 case CALLBACK_LOSING: return "CALLBACK_LOSING";
3022 case CALLBACK_LOST: return "CALLBACK_LOST";
3023 case CALLBACK_UNAVAIL: return "CALLBACK_UNAVAIL";
3024 case CALLBACK_CAP_CHANGED: return "CALLBACK_CAP_CHANGED";
3025 case CALLBACK_IP_CHANGED: return "CALLBACK_IP_CHANGED";
Erik Kline57faba92015-11-25 12:49:38 +09003026 case EXPIRE_LEGACY_REQUEST: return "EXPIRE_LEGACY_REQUEST";
3027 case CALLBACK_SUSPENDED: return "CALLBACK_SUSPENDED";
3028 case CALLBACK_RESUMED: return "CALLBACK_RESUMED";
junyulai05986c62018-08-07 19:50:45 +08003029 case CALLBACK_BLK_CHANGED: return "CALLBACK_BLK_CHANGED";
Erik Kline57faba92015-11-25 12:49:38 +09003030 default:
3031 return Integer.toString(whichCallback);
3032 }
3033 }
3034
Robert Greenwalt562cc542014-05-15 18:07:26 -07003035 private class CallbackHandler extends Handler {
Robert Greenwalt9258c642014-03-26 16:47:06 -07003036 private static final String TAG = "ConnectivityManager.CallbackHandler";
Robert Greenwalta9ebeef2015-09-03 16:41:45 -07003037 private static final boolean DBG = false;
Robert Greenwalt9258c642014-03-26 16:47:06 -07003038
Hugo Benichid42650f2016-07-06 22:53:17 +09003039 CallbackHandler(Looper looper) {
Robert Greenwalt9258c642014-03-26 16:47:06 -07003040 super(looper);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003041 }
3042
Hugo Benichi2583ef02017-02-02 17:02:36 +09003043 CallbackHandler(Handler handler) {
Hugo Benichie7678512017-05-09 15:19:01 +09003044 this(Preconditions.checkNotNull(handler, "Handler cannot be null.").getLooper());
Hugo Benichi2583ef02017-02-02 17:02:36 +09003045 }
3046
Robert Greenwalt9258c642014-03-26 16:47:06 -07003047 @Override
3048 public void handleMessage(Message message) {
Hugo Benichi2c684522017-05-09 14:36:02 +09003049 if (message.what == EXPIRE_LEGACY_REQUEST) {
3050 expireRequest((NetworkCapabilities) message.obj, message.arg1);
3051 return;
3052 }
3053
3054 final NetworkRequest request = getObject(message, NetworkRequest.class);
3055 final Network network = getObject(message, Network.class);
3056 final NetworkCallback callback;
3057 synchronized (sCallbacks) {
3058 callback = sCallbacks.get(request);
3059 }
Lorenzo Colittifcfa7d92016-03-01 22:56:37 +09003060 if (DBG) {
Hugo Benichia0385682017-03-22 17:07:57 +09003061 Log.d(TAG, getCallbackName(message.what) + " for network " + network);
Lorenzo Colittifcfa7d92016-03-01 22:56:37 +09003062 }
Hugo Benichi2c684522017-05-09 14:36:02 +09003063 if (callback == null) {
3064 Log.w(TAG, "callback not found for " + getCallbackName(message.what) + " message");
3065 return;
3066 }
3067
Robert Greenwalt9258c642014-03-26 16:47:06 -07003068 switch (message.what) {
3069 case CALLBACK_PRECHECK: {
Hugo Benichi2c684522017-05-09 14:36:02 +09003070 callback.onPreCheck(network);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003071 break;
3072 }
3073 case CALLBACK_AVAILABLE: {
Chalard Jean804b8fb2018-01-30 22:41:41 +09003074 NetworkCapabilities cap = getObject(message, NetworkCapabilities.class);
3075 LinkProperties lp = getObject(message, LinkProperties.class);
junyulai05986c62018-08-07 19:50:45 +08003076 callback.onAvailable(network, cap, lp, message.arg1 != 0);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003077 break;
3078 }
3079 case CALLBACK_LOSING: {
Hugo Benichi2c684522017-05-09 14:36:02 +09003080 callback.onLosing(network, message.arg1);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003081 break;
3082 }
3083 case CALLBACK_LOST: {
Hugo Benichi2c684522017-05-09 14:36:02 +09003084 callback.onLost(network);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003085 break;
3086 }
3087 case CALLBACK_UNAVAIL: {
Hugo Benichi2c684522017-05-09 14:36:02 +09003088 callback.onUnavailable();
Robert Greenwalt9258c642014-03-26 16:47:06 -07003089 break;
3090 }
3091 case CALLBACK_CAP_CHANGED: {
Hugo Benichi2c684522017-05-09 14:36:02 +09003092 NetworkCapabilities cap = getObject(message, NetworkCapabilities.class);
3093 callback.onCapabilitiesChanged(network, cap);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003094 break;
3095 }
3096 case CALLBACK_IP_CHANGED: {
Hugo Benichi2c684522017-05-09 14:36:02 +09003097 LinkProperties lp = getObject(message, LinkProperties.class);
3098 callback.onLinkPropertiesChanged(network, lp);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003099 break;
3100 }
Robert Greenwalt8d482522015-06-24 13:23:42 -07003101 case CALLBACK_SUSPENDED: {
Hugo Benichi2c684522017-05-09 14:36:02 +09003102 callback.onNetworkSuspended(network);
Robert Greenwalt8d482522015-06-24 13:23:42 -07003103 break;
3104 }
3105 case CALLBACK_RESUMED: {
Hugo Benichi2c684522017-05-09 14:36:02 +09003106 callback.onNetworkResumed(network);
Robert Greenwalt562cc542014-05-15 18:07:26 -07003107 break;
3108 }
junyulai05986c62018-08-07 19:50:45 +08003109 case CALLBACK_BLK_CHANGED: {
3110 boolean blocked = message.arg1 != 0;
3111 callback.onBlockedStatusChanged(network, blocked);
3112 }
Robert Greenwalt9258c642014-03-26 16:47:06 -07003113 }
3114 }
3115
Hugo Benichid42650f2016-07-06 22:53:17 +09003116 private <T> T getObject(Message msg, Class<T> c) {
3117 return (T) msg.getData().getParcelable(c.getSimpleName());
Robert Greenwalt9258c642014-03-26 16:47:06 -07003118 }
Robert Greenwalt9258c642014-03-26 16:47:06 -07003119 }
3120
Hugo Benichi2583ef02017-02-02 17:02:36 +09003121 private CallbackHandler getDefaultHandler() {
Hugo Benichi7724cdd2016-07-07 10:15:56 +09003122 synchronized (sCallbacks) {
3123 if (sCallbackHandler == null) {
3124 sCallbackHandler = new CallbackHandler(ConnectivityThread.getInstanceLooper());
Robert Greenwalt9258c642014-03-26 16:47:06 -07003125 }
Hugo Benichi7724cdd2016-07-07 10:15:56 +09003126 return sCallbackHandler;
Robert Greenwalt9258c642014-03-26 16:47:06 -07003127 }
3128 }
3129
Hugo Benichi6f260f32017-02-03 14:18:44 +09003130 private static final HashMap<NetworkRequest, NetworkCallback> sCallbacks = new HashMap<>();
3131 private static CallbackHandler sCallbackHandler;
Robert Greenwalt9258c642014-03-26 16:47:06 -07003132
Hugo Benichi6f260f32017-02-03 14:18:44 +09003133 private static final int LISTEN = 1;
3134 private static final int REQUEST = 2;
Robert Greenwalt9258c642014-03-26 16:47:06 -07003135
Hugo Benichi6f260f32017-02-03 14:18:44 +09003136 private NetworkRequest sendRequestForNetwork(NetworkCapabilities need, NetworkCallback callback,
3137 int timeoutMs, int action, int legacyType, CallbackHandler handler) {
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09003138 printStackTrace();
Hugo Benichie7678512017-05-09 15:19:01 +09003139 checkCallbackNotNull(callback);
Hugo Benichidafed3d2017-03-06 09:17:06 +09003140 Preconditions.checkArgument(action == REQUEST || need != null, "null NetworkCapabilities");
Hugo Benichid42650f2016-07-06 22:53:17 +09003141 final NetworkRequest request;
Robert Greenwalt9258c642014-03-26 16:47:06 -07003142 try {
Hugo Benichid42650f2016-07-06 22:53:17 +09003143 synchronized(sCallbacks) {
Hugo Benichi31c176d2017-06-17 13:14:12 +09003144 if (callback.networkRequest != null
3145 && callback.networkRequest != ALREADY_UNREGISTERED) {
Hugo Benichidafed3d2017-03-06 09:17:06 +09003146 // TODO: throw exception instead and enforce 1:1 mapping of callbacks
3147 // and requests (http://b/20701525).
3148 Log.e(TAG, "NetworkCallback was already registered");
3149 }
Hugo Benichi7724cdd2016-07-07 10:15:56 +09003150 Messenger messenger = new Messenger(handler);
Hugo Benichid42650f2016-07-06 22:53:17 +09003151 Binder binder = new Binder();
Paul Jensen7221cc32014-06-27 11:05:32 -04003152 if (action == LISTEN) {
Hugo Benichid42650f2016-07-06 22:53:17 +09003153 request = mService.listenForNetwork(need, messenger, binder);
Paul Jensen7221cc32014-06-27 11:05:32 -04003154 } else {
Hugo Benichid42650f2016-07-06 22:53:17 +09003155 request = mService.requestNetwork(
3156 need, messenger, timeoutMs, binder, legacyType);
Paul Jensen7221cc32014-06-27 11:05:32 -04003157 }
Hugo Benichid42650f2016-07-06 22:53:17 +09003158 if (request != null) {
Hugo Benichi7724cdd2016-07-07 10:15:56 +09003159 sCallbacks.put(request, callback);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003160 }
Hugo Benichi7724cdd2016-07-07 10:15:56 +09003161 callback.networkRequest = request;
Robert Greenwalt9258c642014-03-26 16:47:06 -07003162 }
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003163 } catch (RemoteException e) {
3164 throw e.rethrowFromSystemServer();
Hugo Benichicb883232017-05-11 13:16:17 +09003165 } catch (ServiceSpecificException e) {
3166 throw convertServiceException(e);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003167 }
Hugo Benichid42650f2016-07-06 22:53:17 +09003168 return request;
Robert Greenwalt9258c642014-03-26 16:47:06 -07003169 }
3170
3171 /**
Erik Klinea2d29402016-03-16 15:31:39 +09003172 * Helper function to request a network with a particular legacy type.
Lorenzo Colitti7de289f2015-11-25 12:00:52 +09003173 *
3174 * This is temporarily public @hide so it can be called by system code that uses the
3175 * NetworkRequest API to request networks but relies on CONNECTIVITY_ACTION broadcasts for
3176 * instead network notifications.
3177 *
3178 * TODO: update said system code to rely on NetworkCallbacks and make this method private.
3179 *
3180 * @hide
3181 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003182 public void requestNetwork(@NonNull NetworkRequest request,
3183 @NonNull NetworkCallback networkCallback, int timeoutMs, int legacyType,
3184 @NonNull Handler handler) {
Hugo Benichi2583ef02017-02-02 17:02:36 +09003185 CallbackHandler cbHandler = new CallbackHandler(handler);
3186 NetworkCapabilities nc = request.networkCapabilities;
3187 sendRequestForNetwork(nc, networkCallback, timeoutMs, REQUEST, legacyType, cbHandler);
Lorenzo Colitti7de289f2015-11-25 12:00:52 +09003188 }
3189
3190 /**
Lorenzo Colittie285b432015-04-23 15:32:42 +09003191 * Request a network to satisfy a set of {@link android.net.NetworkCapabilities}.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003192 *
3193 * This {@link NetworkRequest} will live until released via
Etan Cohenaebf17e2017-03-01 12:47:28 -08003194 * {@link #unregisterNetworkCallback(NetworkCallback)} or the calling application exits. A
3195 * version of the method which takes a timeout is
Hugo Benichi0eec03f2017-05-15 15:15:33 +09003196 * {@link #requestNetwork(NetworkRequest, NetworkCallback, int)}.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003197 * Status of the request can be followed by listening to the various
Robert Greenwalt6078b502014-06-11 16:05:07 -07003198 * callbacks described in {@link NetworkCallback}. The {@link Network}
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003199 * can be used to direct traffic to the network.
Paul Jensenbb2e0e92015-06-16 15:11:58 -04003200 * <p>It is presently unsupported to request a network with mutable
3201 * {@link NetworkCapabilities} such as
3202 * {@link NetworkCapabilities#NET_CAPABILITY_VALIDATED} or
3203 * {@link NetworkCapabilities#NET_CAPABILITY_CAPTIVE_PORTAL}
3204 * as these {@code NetworkCapabilities} represent states that a particular
3205 * network may never attain, and whether a network will attain these states
3206 * is unknown prior to bringing up the network so the framework does not
3207 * know how to go about satisfing a request with these capabilities.
Lorenzo Colittid5427052015-10-15 16:29:00 +09003208 *
3209 * <p>This method requires the caller to hold either the
3210 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
3211 * or the ability to modify system settings as determined by
3212 * {@link android.provider.Settings.System#canWrite}.</p>
Robert Greenwalt9258c642014-03-26 16:47:06 -07003213 *
Robert Greenwalt6078b502014-06-11 16:05:07 -07003214 * @param request {@link NetworkRequest} describing this request.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003215 * @param networkCallback The {@link NetworkCallback} to be utilized for this request. Note
3216 * the callback must not be shared - it uniquely specifies this request.
3217 * The callback is invoked on the default internal Handler.
Paul Jensenbb2e0e92015-06-16 15:11:58 -04003218 * @throws IllegalArgumentException if {@code request} specifies any mutable
3219 * {@code NetworkCapabilities}.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003220 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003221 public void requestNetwork(@NonNull NetworkRequest request,
3222 @NonNull NetworkCallback networkCallback) {
Hugo Benichi2583ef02017-02-02 17:02:36 +09003223 requestNetwork(request, networkCallback, getDefaultHandler());
3224 }
3225
3226 /**
3227 * Request a network to satisfy a set of {@link android.net.NetworkCapabilities}.
3228 *
3229 * This {@link NetworkRequest} will live until released via
Etan Cohenaebf17e2017-03-01 12:47:28 -08003230 * {@link #unregisterNetworkCallback(NetworkCallback)} or the calling application exits. A
3231 * version of the method which takes a timeout is
Hugo Benichi0eec03f2017-05-15 15:15:33 +09003232 * {@link #requestNetwork(NetworkRequest, NetworkCallback, int)}.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003233 * Status of the request can be followed by listening to the various
3234 * callbacks described in {@link NetworkCallback}. The {@link Network}
3235 * can be used to direct traffic to the network.
3236 * <p>It is presently unsupported to request a network with mutable
3237 * {@link NetworkCapabilities} such as
3238 * {@link NetworkCapabilities#NET_CAPABILITY_VALIDATED} or
3239 * {@link NetworkCapabilities#NET_CAPABILITY_CAPTIVE_PORTAL}
3240 * as these {@code NetworkCapabilities} represent states that a particular
3241 * network may never attain, and whether a network will attain these states
3242 * is unknown prior to bringing up the network so the framework does not
Chalard Jean4d660112018-06-04 16:52:49 +09003243 * know how to go about satisfying a request with these capabilities.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003244 *
3245 * <p>This method requires the caller to hold either the
3246 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
3247 * or the ability to modify system settings as determined by
3248 * {@link android.provider.Settings.System#canWrite}.</p>
3249 *
3250 * @param request {@link NetworkRequest} describing this request.
3251 * @param networkCallback The {@link NetworkCallback} to be utilized for this request. Note
3252 * the callback must not be shared - it uniquely specifies this request.
3253 * @param handler {@link Handler} to specify the thread upon which the callback will be invoked.
3254 * @throws IllegalArgumentException if {@code request} specifies any mutable
3255 * {@code NetworkCapabilities}.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003256 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003257 public void requestNetwork(@NonNull NetworkRequest request,
3258 @NonNull NetworkCallback networkCallback, @NonNull Handler handler) {
Hugo Benichi2583ef02017-02-02 17:02:36 +09003259 int legacyType = inferLegacyTypeForNetworkCapabilities(request.networkCapabilities);
3260 CallbackHandler cbHandler = new CallbackHandler(handler);
3261 requestNetwork(request, networkCallback, 0, legacyType, cbHandler);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003262 }
3263
3264 /**
Etan Cohenaebf17e2017-03-01 12:47:28 -08003265 * Request a network to satisfy a set of {@link android.net.NetworkCapabilities}, limited
3266 * by a timeout.
3267 *
3268 * This function behaves identically to the non-timed-out version
3269 * {@link #requestNetwork(NetworkRequest, NetworkCallback)}, but if a suitable network
3270 * is not found within the given time (in milliseconds) the
3271 * {@link NetworkCallback#onUnavailable()} callback is called. The request can still be
3272 * released normally by calling {@link #unregisterNetworkCallback(NetworkCallback)} but does
3273 * not have to be released if timed-out (it is automatically released). Unregistering a
3274 * request that timed out is not an error.
3275 *
3276 * <p>Do not use this method to poll for the existence of specific networks (e.g. with a small
3277 * timeout) - {@link #registerNetworkCallback(NetworkRequest, NetworkCallback)} is provided
3278 * for that purpose. Calling this method will attempt to bring up the requested network.
3279 *
3280 * <p>This method requires the caller to hold either the
3281 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
3282 * or the ability to modify system settings as determined by
3283 * {@link android.provider.Settings.System#canWrite}.</p>
3284 *
3285 * @param request {@link NetworkRequest} describing this request.
Lorenzo Colitti15fd4392017-04-28 00:56:30 +09003286 * @param networkCallback The {@link NetworkCallback} to be utilized for this request. Note
3287 * the callback must not be shared - it uniquely specifies this request.
Etan Cohenaebf17e2017-03-01 12:47:28 -08003288 * @param timeoutMs The time in milliseconds to attempt looking for a suitable network
3289 * before {@link NetworkCallback#onUnavailable()} is called. The timeout must
3290 * be a positive value (i.e. >0).
Etan Cohenaebf17e2017-03-01 12:47:28 -08003291 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003292 public void requestNetwork(@NonNull NetworkRequest request,
3293 @NonNull NetworkCallback networkCallback, int timeoutMs) {
Hugo Benichie7678512017-05-09 15:19:01 +09003294 checkTimeout(timeoutMs);
Hugo Benichi2583ef02017-02-02 17:02:36 +09003295 int legacyType = inferLegacyTypeForNetworkCapabilities(request.networkCapabilities);
Erik Klineb583b032017-02-22 12:58:24 +09003296 requestNetwork(request, networkCallback, timeoutMs, legacyType, getDefaultHandler());
Hugo Benichi2583ef02017-02-02 17:02:36 +09003297 }
3298
Hugo Benichi2583ef02017-02-02 17:02:36 +09003299 /**
3300 * Request a network to satisfy a set of {@link android.net.NetworkCapabilities}, limited
3301 * by a timeout.
3302 *
Chalard Jean4d660112018-06-04 16:52:49 +09003303 * This function behaves identically to the version without timeout, but if a suitable
Hugo Benichi2583ef02017-02-02 17:02:36 +09003304 * network is not found within the given time (in milliseconds) the
Etan Cohenaebf17e2017-03-01 12:47:28 -08003305 * {@link NetworkCallback#onUnavailable} callback is called. The request can still be
3306 * released normally by calling {@link #unregisterNetworkCallback(NetworkCallback)} but does
3307 * not have to be released if timed-out (it is automatically released). Unregistering a
3308 * request that timed out is not an error.
3309 *
3310 * <p>Do not use this method to poll for the existence of specific networks (e.g. with a small
3311 * timeout) - {@link #registerNetworkCallback(NetworkRequest, NetworkCallback)} is provided
3312 * for that purpose. Calling this method will attempt to bring up the requested network.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003313 *
3314 * <p>This method requires the caller to hold either the
3315 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
3316 * or the ability to modify system settings as determined by
3317 * {@link android.provider.Settings.System#canWrite}.</p>
3318 *
3319 * @param request {@link NetworkRequest} describing this request.
Etan Cohenaebf17e2017-03-01 12:47:28 -08003320 * @param networkCallback The {@link NetworkCallback} to be utilized for this request. Note
3321 * the callback must not be shared - it uniquely specifies this request.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003322 * @param handler {@link Handler} to specify the thread upon which the callback will be invoked.
Lorenzo Colitti15fd4392017-04-28 00:56:30 +09003323 * @param timeoutMs The time in milliseconds to attempt looking for a suitable network
3324 * before {@link NetworkCallback#onUnavailable} is called.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003325 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003326 public void requestNetwork(@NonNull NetworkRequest request,
3327 @NonNull NetworkCallback networkCallback, @NonNull Handler handler, int timeoutMs) {
Hugo Benichie7678512017-05-09 15:19:01 +09003328 checkTimeout(timeoutMs);
Hugo Benichi2583ef02017-02-02 17:02:36 +09003329 int legacyType = inferLegacyTypeForNetworkCapabilities(request.networkCapabilities);
3330 CallbackHandler cbHandler = new CallbackHandler(handler);
3331 requestNetwork(request, networkCallback, timeoutMs, legacyType, cbHandler);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003332 }
3333
3334 /**
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003335 * The lookup key for a {@link Network} object included with the intent after
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003336 * successfully finding a network for the applications request. Retrieve it with
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003337 * {@link android.content.Intent#getParcelableExtra(String)}.
Jeremy Joslinfcde58f2015-02-11 16:51:13 -08003338 * <p>
Paul Jensen72db88e2015-03-10 10:54:12 -04003339 * Note that if you intend to invoke {@link Network#openConnection(java.net.URL)}
3340 * then you must get a ConnectivityManager instance before doing so.
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003341 */
Erik Kline90e93072014-11-19 12:12:24 +09003342 public static final String EXTRA_NETWORK = "android.net.extra.NETWORK";
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003343
3344 /**
Robert Greenwalt6078b502014-06-11 16:05:07 -07003345 * The lookup key for a {@link NetworkRequest} object included with the intent after
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003346 * successfully finding a network for the applications request. Retrieve it with
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003347 * {@link android.content.Intent#getParcelableExtra(String)}.
3348 */
Erik Kline90e93072014-11-19 12:12:24 +09003349 public static final String EXTRA_NETWORK_REQUEST = "android.net.extra.NETWORK_REQUEST";
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003350
3351
3352 /**
Lorenzo Colittie285b432015-04-23 15:32:42 +09003353 * Request a network to satisfy a set of {@link android.net.NetworkCapabilities}.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003354 *
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003355 * This function behaves identically to the version that takes a NetworkCallback, but instead
Robert Greenwalt6078b502014-06-11 16:05:07 -07003356 * of {@link NetworkCallback} a {@link PendingIntent} is used. This means
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003357 * the request may outlive the calling application and get called back when a suitable
3358 * network is found.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003359 * <p>
3360 * The operation is an Intent broadcast that goes to a broadcast receiver that
3361 * you registered with {@link Context#registerReceiver} or through the
3362 * &lt;receiver&gt; tag in an AndroidManifest.xml file
3363 * <p>
3364 * The operation Intent is delivered with two extras, a {@link Network} typed
Erik Kline90e93072014-11-19 12:12:24 +09003365 * extra called {@link #EXTRA_NETWORK} and a {@link NetworkRequest}
3366 * typed extra called {@link #EXTRA_NETWORK_REQUEST} containing
Robert Greenwalt9258c642014-03-26 16:47:06 -07003367 * the original requests parameters. It is important to create a new,
Robert Greenwalt6078b502014-06-11 16:05:07 -07003368 * {@link NetworkCallback} based request before completing the processing of the
Robert Greenwalt9258c642014-03-26 16:47:06 -07003369 * Intent to reserve the network or it will be released shortly after the Intent
3370 * is processed.
3371 * <p>
Paul Jensen694f2b82015-06-17 14:15:39 -04003372 * If there is already a request for this Intent registered (with the equality of
Robert Greenwalt9258c642014-03-26 16:47:06 -07003373 * two Intents defined by {@link Intent#filterEquals}), then it will be removed and
Robert Greenwaltd19c41c2014-05-18 23:07:25 -07003374 * replaced by this one, effectively releasing the previous {@link NetworkRequest}.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003375 * <p>
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003376 * The request may be released normally by calling
3377 * {@link #releaseNetworkRequest(android.app.PendingIntent)}.
Paul Jensenbb2e0e92015-06-16 15:11:58 -04003378 * <p>It is presently unsupported to request a network with either
3379 * {@link NetworkCapabilities#NET_CAPABILITY_VALIDATED} or
3380 * {@link NetworkCapabilities#NET_CAPABILITY_CAPTIVE_PORTAL}
3381 * as these {@code NetworkCapabilities} represent states that a particular
3382 * network may never attain, and whether a network will attain these states
3383 * is unknown prior to bringing up the network so the framework does not
Chalard Jean4d660112018-06-04 16:52:49 +09003384 * know how to go about satisfying a request with these capabilities.
Lorenzo Colittid5427052015-10-15 16:29:00 +09003385 *
3386 * <p>This method requires the caller to hold either the
3387 * {@link android.Manifest.permission#CHANGE_NETWORK_STATE} permission
3388 * or the ability to modify system settings as determined by
3389 * {@link android.provider.Settings.System#canWrite}.</p>
3390 *
Robert Greenwalt6078b502014-06-11 16:05:07 -07003391 * @param request {@link NetworkRequest} describing this request.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003392 * @param operation Action to perform when the network is available (corresponds
Robert Greenwalt6078b502014-06-11 16:05:07 -07003393 * to the {@link NetworkCallback#onAvailable} call. Typically
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003394 * comes from {@link PendingIntent#getBroadcast}. Cannot be null.
Paul Jensenbb2e0e92015-06-16 15:11:58 -04003395 * @throws IllegalArgumentException if {@code request} contains either
3396 * {@link NetworkCapabilities#NET_CAPABILITY_VALIDATED} or
3397 * {@link NetworkCapabilities#NET_CAPABILITY_CAPTIVE_PORTAL}.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003398 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003399 public void requestNetwork(@NonNull NetworkRequest request,
3400 @NonNull PendingIntent operation) {
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09003401 printStackTrace();
Hugo Benichie7678512017-05-09 15:19:01 +09003402 checkPendingIntentNotNull(operation);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003403 try {
Robert Greenwalt6078b502014-06-11 16:05:07 -07003404 mService.pendingRequestForNetwork(request.networkCapabilities, operation);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003405 } catch (RemoteException e) {
3406 throw e.rethrowFromSystemServer();
Hugo Benichicb883232017-05-11 13:16:17 +09003407 } catch (ServiceSpecificException e) {
3408 throw convertServiceException(e);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003409 }
Robert Greenwalt9258c642014-03-26 16:47:06 -07003410 }
3411
3412 /**
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003413 * Removes a request made via {@link #requestNetwork(NetworkRequest, android.app.PendingIntent)}
3414 * <p>
Lorenzo Colitti88bc0bb2016-04-13 22:00:02 +09003415 * This method has the same behavior as
3416 * {@link #unregisterNetworkCallback(android.app.PendingIntent)} with respect to
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003417 * releasing network resources and disconnecting.
3418 *
3419 * @param operation A PendingIntent equal (as defined by {@link Intent#filterEquals}) to the
3420 * PendingIntent passed to
3421 * {@link #requestNetwork(NetworkRequest, android.app.PendingIntent)} with the
3422 * corresponding NetworkRequest you'd like to remove. Cannot be null.
3423 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003424 public void releaseNetworkRequest(@NonNull PendingIntent operation) {
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09003425 printStackTrace();
Hugo Benichie7678512017-05-09 15:19:01 +09003426 checkPendingIntentNotNull(operation);
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003427 try {
3428 mService.releasePendingNetworkRequest(operation);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003429 } catch (RemoteException e) {
3430 throw e.rethrowFromSystemServer();
3431 }
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003432 }
3433
Hugo Benichie7678512017-05-09 15:19:01 +09003434 private static void checkPendingIntentNotNull(PendingIntent intent) {
3435 Preconditions.checkNotNull(intent, "PendingIntent cannot be null.");
3436 }
3437
3438 private static void checkCallbackNotNull(NetworkCallback callback) {
3439 Preconditions.checkNotNull(callback, "null NetworkCallback");
3440 }
3441
3442 private static void checkTimeout(int timeoutMs) {
3443 Preconditions.checkArgumentPositive(timeoutMs, "timeoutMs must be strictly positive.");
Jeremy Joslin46e3ac82014-11-05 10:32:09 -08003444 }
3445
3446 /**
Robert Greenwalt9258c642014-03-26 16:47:06 -07003447 * Registers to receive notifications about all networks which satisfy the given
Robert Greenwalt6078b502014-06-11 16:05:07 -07003448 * {@link NetworkRequest}. The callbacks will continue to be called until
Lorenzo Colitti88bc0bb2016-04-13 22:00:02 +09003449 * either the application exits or link #unregisterNetworkCallback(NetworkCallback)} is called.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003450 *
Robert Greenwalt6078b502014-06-11 16:05:07 -07003451 * @param request {@link NetworkRequest} describing this request.
3452 * @param networkCallback The {@link NetworkCallback} that the system will call as suitable
3453 * networks change state.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003454 * The callback is invoked on the default internal Handler.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003455 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06003456 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09003457 public void registerNetworkCallback(@NonNull NetworkRequest request,
3458 @NonNull NetworkCallback networkCallback) {
Hugo Benichi2583ef02017-02-02 17:02:36 +09003459 registerNetworkCallback(request, networkCallback, getDefaultHandler());
3460 }
3461
3462 /**
3463 * Registers to receive notifications about all networks which satisfy the given
3464 * {@link NetworkRequest}. The callbacks will continue to be called until
3465 * either the application exits or link #unregisterNetworkCallback(NetworkCallback)} is called.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003466 *
3467 * @param request {@link NetworkRequest} describing this request.
3468 * @param networkCallback The {@link NetworkCallback} that the system will call as suitable
3469 * networks change state.
3470 * @param handler {@link Handler} to specify the thread upon which the callback will be invoked.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003471 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06003472 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09003473 public void registerNetworkCallback(@NonNull NetworkRequest request,
3474 @NonNull NetworkCallback networkCallback, @NonNull Handler handler) {
Hugo Benichi2583ef02017-02-02 17:02:36 +09003475 CallbackHandler cbHandler = new CallbackHandler(handler);
3476 NetworkCapabilities nc = request.networkCapabilities;
3477 sendRequestForNetwork(nc, networkCallback, 0, LISTEN, TYPE_NONE, cbHandler);
Robert Greenwalt9258c642014-03-26 16:47:06 -07003478 }
3479
3480 /**
Paul Jensen694f2b82015-06-17 14:15:39 -04003481 * Registers a PendingIntent to be sent when a network is available which satisfies the given
3482 * {@link NetworkRequest}.
3483 *
3484 * This function behaves identically to the version that takes a NetworkCallback, but instead
3485 * of {@link NetworkCallback} a {@link PendingIntent} is used. This means
3486 * the request may outlive the calling application and get called back when a suitable
3487 * network is found.
3488 * <p>
3489 * The operation is an Intent broadcast that goes to a broadcast receiver that
3490 * you registered with {@link Context#registerReceiver} or through the
3491 * &lt;receiver&gt; tag in an AndroidManifest.xml file
3492 * <p>
3493 * The operation Intent is delivered with two extras, a {@link Network} typed
3494 * extra called {@link #EXTRA_NETWORK} and a {@link NetworkRequest}
3495 * typed extra called {@link #EXTRA_NETWORK_REQUEST} containing
3496 * the original requests parameters.
3497 * <p>
3498 * If there is already a request for this Intent registered (with the equality of
3499 * two Intents defined by {@link Intent#filterEquals}), then it will be removed and
3500 * replaced by this one, effectively releasing the previous {@link NetworkRequest}.
3501 * <p>
3502 * The request may be released normally by calling
Paul Jensenf2c1cfe2015-06-30 14:29:18 -04003503 * {@link #unregisterNetworkCallback(android.app.PendingIntent)}.
Paul Jensen694f2b82015-06-17 14:15:39 -04003504 * @param request {@link NetworkRequest} describing this request.
3505 * @param operation Action to perform when the network is available (corresponds
3506 * to the {@link NetworkCallback#onAvailable} call. Typically
3507 * comes from {@link PendingIntent#getBroadcast}. Cannot be null.
3508 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06003509 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09003510 public void registerNetworkCallback(@NonNull NetworkRequest request,
3511 @NonNull PendingIntent operation) {
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09003512 printStackTrace();
Hugo Benichie7678512017-05-09 15:19:01 +09003513 checkPendingIntentNotNull(operation);
Paul Jensen694f2b82015-06-17 14:15:39 -04003514 try {
3515 mService.pendingListenForNetwork(request.networkCapabilities, operation);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003516 } catch (RemoteException e) {
3517 throw e.rethrowFromSystemServer();
Hugo Benichicb883232017-05-11 13:16:17 +09003518 } catch (ServiceSpecificException e) {
3519 throw convertServiceException(e);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003520 }
Paul Jensen694f2b82015-06-17 14:15:39 -04003521 }
3522
3523 /**
Lorenzo Colitti88bc0bb2016-04-13 22:00:02 +09003524 * Registers to receive notifications about changes in the system default network. The callbacks
3525 * will continue to be called until either the application exits or
3526 * {@link #unregisterNetworkCallback(NetworkCallback)} is called.
Erik Klinea2d29402016-03-16 15:31:39 +09003527 *
3528 * @param networkCallback The {@link NetworkCallback} that the system will call as the
3529 * system default network changes.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003530 * The callback is invoked on the default internal Handler.
Erik Klinea2d29402016-03-16 15:31:39 +09003531 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06003532 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09003533 public void registerDefaultNetworkCallback(@NonNull NetworkCallback networkCallback) {
Hugo Benichi2583ef02017-02-02 17:02:36 +09003534 registerDefaultNetworkCallback(networkCallback, getDefaultHandler());
3535 }
3536
3537 /**
3538 * Registers to receive notifications about changes in the system default network. The callbacks
3539 * will continue to be called until either the application exits or
3540 * {@link #unregisterNetworkCallback(NetworkCallback)} is called.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003541 *
3542 * @param networkCallback The {@link NetworkCallback} that the system will call as the
3543 * system default network changes.
3544 * @param handler {@link Handler} to specify the thread upon which the callback will be invoked.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003545 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06003546 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09003547 public void registerDefaultNetworkCallback(@NonNull NetworkCallback networkCallback,
3548 @NonNull Handler handler) {
Erik Klinea2d29402016-03-16 15:31:39 +09003549 // This works because if the NetworkCapabilities are null,
3550 // ConnectivityService takes them from the default request.
3551 //
3552 // Since the capabilities are exactly the same as the default request's
3553 // capabilities, this request is guaranteed, at all times, to be
3554 // satisfied by the same network, if any, that satisfies the default
3555 // request, i.e., the system default network.
Hugo Benichi2583ef02017-02-02 17:02:36 +09003556 CallbackHandler cbHandler = new CallbackHandler(handler);
Chalard Jean4d660112018-06-04 16:52:49 +09003557 sendRequestForNetwork(null /* NetworkCapabilities need */, networkCallback, 0,
3558 REQUEST, TYPE_NONE, cbHandler);
Erik Klinea2d29402016-03-16 15:31:39 +09003559 }
3560
3561 /**
fengludb571472015-04-21 17:12:05 -07003562 * Requests bandwidth update for a given {@link Network} and returns whether the update request
3563 * is accepted by ConnectivityService. Once accepted, ConnectivityService will poll underlying
3564 * network connection for updated bandwidth information. The caller will be notified via
3565 * {@link ConnectivityManager.NetworkCallback} if there is an update. Notice that this
Lorenzo Colitti88bc0bb2016-04-13 22:00:02 +09003566 * method assumes that the caller has previously called
3567 * {@link #registerNetworkCallback(NetworkRequest, NetworkCallback)} to listen for network
3568 * changes.
fenglub15e72b2015-03-20 11:29:56 -07003569 *
fengluae519192015-04-27 14:28:04 -07003570 * @param network {@link Network} specifying which network you're interested.
fengludb571472015-04-21 17:12:05 -07003571 * @return {@code true} on success, {@code false} if the {@link Network} is no longer valid.
fenglub15e72b2015-03-20 11:29:56 -07003572 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003573 public boolean requestBandwidthUpdate(@NonNull Network network) {
fenglub15e72b2015-03-20 11:29:56 -07003574 try {
fengludb571472015-04-21 17:12:05 -07003575 return mService.requestBandwidthUpdate(network);
fenglub15e72b2015-03-20 11:29:56 -07003576 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003577 throw e.rethrowFromSystemServer();
fenglub15e72b2015-03-20 11:29:56 -07003578 }
3579 }
3580
3581 /**
Hugo Benichidafed3d2017-03-06 09:17:06 +09003582 * Unregisters a {@code NetworkCallback} and possibly releases networks originating from
Lorenzo Colitti88bc0bb2016-04-13 22:00:02 +09003583 * {@link #requestNetwork(NetworkRequest, NetworkCallback)} and
3584 * {@link #registerNetworkCallback(NetworkRequest, NetworkCallback)} calls.
3585 * If the given {@code NetworkCallback} had previously been used with
Lorenzo Colitti2ea89e52015-04-24 17:03:31 +09003586 * {@code #requestNetwork}, any networks that had been connected to only to satisfy that request
3587 * will be disconnected.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003588 *
Hugo Benichidafed3d2017-03-06 09:17:06 +09003589 * Notifications that would have triggered that {@code NetworkCallback} will immediately stop
3590 * triggering it as soon as this call returns.
3591 *
Robert Greenwalt6078b502014-06-11 16:05:07 -07003592 * @param networkCallback The {@link NetworkCallback} used when making the request.
Robert Greenwalt9258c642014-03-26 16:47:06 -07003593 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003594 public void unregisterNetworkCallback(@NonNull NetworkCallback networkCallback) {
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09003595 printStackTrace();
Hugo Benichie7678512017-05-09 15:19:01 +09003596 checkCallbackNotNull(networkCallback);
Hugo Benichidafed3d2017-03-06 09:17:06 +09003597 final List<NetworkRequest> reqs = new ArrayList<>();
3598 // Find all requests associated to this callback and stop callback triggers immediately.
3599 // Callback is reusable immediately. http://b/20701525, http://b/35921499.
3600 synchronized (sCallbacks) {
Hugo Benichi31c176d2017-06-17 13:14:12 +09003601 Preconditions.checkArgument(networkCallback.networkRequest != null,
3602 "NetworkCallback was not registered");
3603 Preconditions.checkArgument(networkCallback.networkRequest != ALREADY_UNREGISTERED,
3604 "NetworkCallback was already unregistered");
Hugo Benichidafed3d2017-03-06 09:17:06 +09003605 for (Map.Entry<NetworkRequest, NetworkCallback> e : sCallbacks.entrySet()) {
3606 if (e.getValue() == networkCallback) {
3607 reqs.add(e.getKey());
3608 }
3609 }
3610 // TODO: throw exception if callback was registered more than once (http://b/20701525).
3611 for (NetworkRequest r : reqs) {
3612 try {
3613 mService.releaseNetworkRequest(r);
3614 } catch (RemoteException e) {
3615 throw e.rethrowFromSystemServer();
3616 }
3617 // Only remove mapping if rpc was successful.
3618 sCallbacks.remove(r);
3619 }
Hugo Benichi31c176d2017-06-17 13:14:12 +09003620 networkCallback.networkRequest = ALREADY_UNREGISTERED;
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003621 }
Robert Greenwalt9258c642014-03-26 16:47:06 -07003622 }
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003623
3624 /**
Paul Jensenf2c1cfe2015-06-30 14:29:18 -04003625 * Unregisters a callback previously registered via
3626 * {@link #registerNetworkCallback(NetworkRequest, android.app.PendingIntent)}.
3627 *
3628 * @param operation A PendingIntent equal (as defined by {@link Intent#filterEquals}) to the
3629 * PendingIntent passed to
3630 * {@link #registerNetworkCallback(NetworkRequest, android.app.PendingIntent)}.
3631 * Cannot be null.
3632 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003633 public void unregisterNetworkCallback(@NonNull PendingIntent operation) {
Hugo Benichie7678512017-05-09 15:19:01 +09003634 checkPendingIntentNotNull(operation);
Paul Jensenf2c1cfe2015-06-30 14:29:18 -04003635 releaseNetworkRequest(operation);
3636 }
3637
3638 /**
Lorenzo Colittie03c3c72015-04-03 16:38:52 +09003639 * Informs the system whether it should switch to {@code network} regardless of whether it is
3640 * validated or not. If {@code accept} is true, and the network was explicitly selected by the
3641 * user (e.g., by selecting a Wi-Fi network in the Settings app), then the network will become
3642 * the system default network regardless of any other network that's currently connected. If
3643 * {@code always} is true, then the choice is remembered, so that the next time the user
3644 * connects to this network, the system will switch to it.
3645 *
Lorenzo Colittie03c3c72015-04-03 16:38:52 +09003646 * @param network The network to accept.
3647 * @param accept Whether to accept the network even if unvalidated.
3648 * @param always Whether to remember this choice in the future.
3649 *
3650 * @hide
3651 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06003652 @RequiresPermission(android.Manifest.permission.CONNECTIVITY_INTERNAL)
Lorenzo Colittie03c3c72015-04-03 16:38:52 +09003653 public void setAcceptUnvalidated(Network network, boolean accept, boolean always) {
3654 try {
3655 mService.setAcceptUnvalidated(network, accept, always);
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003656 } catch (RemoteException e) {
3657 throw e.rethrowFromSystemServer();
3658 }
Lorenzo Colittie03c3c72015-04-03 16:38:52 +09003659 }
3660
3661 /**
Lorenzo Colitti165c51c2016-09-19 01:00:19 +09003662 * Informs the system to penalize {@code network}'s score when it becomes unvalidated. This is
3663 * only meaningful if the system is configured not to penalize such networks, e.g., if the
3664 * {@code config_networkAvoidBadWifi} configuration variable is set to 0 and the {@code
3665 * NETWORK_AVOID_BAD_WIFI setting is unset}.
3666 *
Lorenzo Colitti165c51c2016-09-19 01:00:19 +09003667 * @param network The network to accept.
3668 *
3669 * @hide
3670 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06003671 @RequiresPermission(android.Manifest.permission.CONNECTIVITY_INTERNAL)
Lorenzo Colitti165c51c2016-09-19 01:00:19 +09003672 public void setAvoidUnvalidated(Network network) {
3673 try {
3674 mService.setAvoidUnvalidated(network);
3675 } catch (RemoteException e) {
3676 throw e.rethrowFromSystemServer();
3677 }
3678 }
3679
3680 /**
Lorenzo Colitti4734cdb2017-04-27 14:30:21 +09003681 * Requests that the system open the captive portal app on the specified network.
3682 *
3683 * @param network The network to log into.
3684 *
3685 * @hide
3686 */
3687 @RequiresPermission(android.Manifest.permission.CONNECTIVITY_INTERNAL)
3688 public void startCaptivePortalApp(Network network) {
3689 try {
3690 mService.startCaptivePortalApp(network);
3691 } catch (RemoteException e) {
3692 throw e.rethrowFromSystemServer();
3693 }
3694 }
3695
3696 /**
Lorenzo Colitti2de49252017-01-24 18:08:41 +09003697 * It is acceptable to briefly use multipath data to provide seamless connectivity for
3698 * time-sensitive user-facing operations when the system default network is temporarily
Lorenzo Colitti15fd4392017-04-28 00:56:30 +09003699 * unresponsive. The amount of data should be limited (less than one megabyte for every call to
3700 * this method), and the operation should be infrequent to ensure that data usage is limited.
Lorenzo Colitti2de49252017-01-24 18:08:41 +09003701 *
3702 * An example of such an operation might be a time-sensitive foreground activity, such as a
3703 * voice command, that the user is performing while walking out of range of a Wi-Fi network.
3704 */
3705 public static final int MULTIPATH_PREFERENCE_HANDOVER = 1 << 0;
3706
3707 /**
3708 * It is acceptable to use small amounts of multipath data on an ongoing basis to provide
3709 * a backup channel for traffic that is primarily going over another network.
3710 *
3711 * An example might be maintaining backup connections to peers or servers for the purpose of
3712 * fast fallback if the default network is temporarily unresponsive or disconnects. The traffic
3713 * on backup paths should be negligible compared to the traffic on the main path.
3714 */
3715 public static final int MULTIPATH_PREFERENCE_RELIABILITY = 1 << 1;
3716
3717 /**
3718 * It is acceptable to use metered data to improve network latency and performance.
3719 */
3720 public static final int MULTIPATH_PREFERENCE_PERFORMANCE = 1 << 2;
3721
3722 /**
3723 * Return value to use for unmetered networks. On such networks we currently set all the flags
3724 * to true.
3725 * @hide
3726 */
3727 public static final int MULTIPATH_PREFERENCE_UNMETERED =
3728 MULTIPATH_PREFERENCE_HANDOVER |
3729 MULTIPATH_PREFERENCE_RELIABILITY |
3730 MULTIPATH_PREFERENCE_PERFORMANCE;
3731
3732 /** @hide */
3733 @Retention(RetentionPolicy.SOURCE)
3734 @IntDef(flag = true, value = {
3735 MULTIPATH_PREFERENCE_HANDOVER,
3736 MULTIPATH_PREFERENCE_RELIABILITY,
3737 MULTIPATH_PREFERENCE_PERFORMANCE,
3738 })
3739 public @interface MultipathPreference {
3740 }
3741
3742 /**
3743 * Provides a hint to the calling application on whether it is desirable to use the
3744 * multinetwork APIs (e.g., {@link Network#openConnection}, {@link Network#bindSocket}, etc.)
3745 * for multipath data transfer on this network when it is not the system default network.
3746 * Applications desiring to use multipath network protocols should call this method before
3747 * each such operation.
Lorenzo Colitti2de49252017-01-24 18:08:41 +09003748 *
3749 * @param network The network on which the application desires to use multipath data.
3750 * If {@code null}, this method will return the a preference that will generally
3751 * apply to metered networks.
3752 * @return a bitwise OR of zero or more of the {@code MULTIPATH_PREFERENCE_*} constants.
3753 */
Jeff Sharkey30e06bb2017-04-24 11:18:03 -06003754 @RequiresPermission(android.Manifest.permission.ACCESS_NETWORK_STATE)
Chalard Jean50bea3d2019-01-07 19:26:34 +09003755 public @MultipathPreference int getMultipathPreference(@Nullable Network network) {
Lorenzo Colitti2de49252017-01-24 18:08:41 +09003756 try {
3757 return mService.getMultipathPreference(network);
3758 } catch (RemoteException e) {
3759 throw e.rethrowFromSystemServer();
3760 }
3761 }
3762
3763 /**
Stuart Scott984dc852015-03-30 13:17:11 -07003764 * Resets all connectivity manager settings back to factory defaults.
3765 * @hide
3766 */
3767 public void factoryReset() {
Stuart Scott984dc852015-03-30 13:17:11 -07003768 try {
Stuart Scottf1fb3972015-04-02 18:00:02 -07003769 mService.factoryReset();
Stuart Scott984dc852015-03-30 13:17:11 -07003770 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003771 throw e.rethrowFromSystemServer();
Stuart Scott984dc852015-03-30 13:17:11 -07003772 }
3773 }
3774
3775 /**
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003776 * Binds the current process to {@code network}. All Sockets created in the future
3777 * (and not explicitly bound via a bound SocketFactory from
3778 * {@link Network#getSocketFactory() Network.getSocketFactory()}) will be bound to
3779 * {@code network}. All host name resolutions will be limited to {@code network} as well.
3780 * Note that if {@code network} ever disconnects, all Sockets created in this way will cease to
3781 * work and all host name resolutions will fail. This is by design so an application doesn't
3782 * accidentally use Sockets it thinks are still bound to a particular {@link Network}.
3783 * To clear binding pass {@code null} for {@code network}. Using individually bound
3784 * Sockets created by Network.getSocketFactory().createSocket() and
3785 * performing network-specific host name resolutions via
3786 * {@link Network#getAllByName Network.getAllByName} is preferred to calling
Paul Jensen72db88e2015-03-10 10:54:12 -04003787 * {@code bindProcessToNetwork}.
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003788 *
3789 * @param network The {@link Network} to bind the current process to, or {@code null} to clear
3790 * the current binding.
3791 * @return {@code true} on success, {@code false} if the {@link Network} is no longer valid.
3792 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003793 public boolean bindProcessToNetwork(@Nullable Network network) {
Chalard Jean4d660112018-06-04 16:52:49 +09003794 // Forcing callers to call through non-static function ensures ConnectivityManager
Paul Jensen72db88e2015-03-10 10:54:12 -04003795 // instantiated.
3796 return setProcessDefaultNetwork(network);
3797 }
3798
3799 /**
3800 * Binds the current process to {@code network}. All Sockets created in the future
3801 * (and not explicitly bound via a bound SocketFactory from
3802 * {@link Network#getSocketFactory() Network.getSocketFactory()}) will be bound to
3803 * {@code network}. All host name resolutions will be limited to {@code network} as well.
3804 * Note that if {@code network} ever disconnects, all Sockets created in this way will cease to
3805 * work and all host name resolutions will fail. This is by design so an application doesn't
3806 * accidentally use Sockets it thinks are still bound to a particular {@link Network}.
3807 * To clear binding pass {@code null} for {@code network}. Using individually bound
3808 * Sockets created by Network.getSocketFactory().createSocket() and
3809 * performing network-specific host name resolutions via
3810 * {@link Network#getAllByName Network.getAllByName} is preferred to calling
3811 * {@code setProcessDefaultNetwork}.
3812 *
3813 * @param network The {@link Network} to bind the current process to, or {@code null} to clear
3814 * the current binding.
3815 * @return {@code true} on success, {@code false} if the {@link Network} is no longer valid.
3816 * @deprecated This function can throw {@link IllegalStateException}. Use
3817 * {@link #bindProcessToNetwork} instead. {@code bindProcessToNetwork}
3818 * is a direct replacement.
3819 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07003820 @Deprecated
Chalard Jean50bea3d2019-01-07 19:26:34 +09003821 public static boolean setProcessDefaultNetwork(@Nullable Network network) {
Paul Jensenc91b5342014-08-27 12:38:45 -04003822 int netId = (network == null) ? NETID_UNSET : network.netId;
Paul Jensen72db88e2015-03-10 10:54:12 -04003823 if (netId == NetworkUtils.getBoundNetworkForProcess()) {
Paul Jensenc91b5342014-08-27 12:38:45 -04003824 return true;
3825 }
3826 if (NetworkUtils.bindProcessToNetwork(netId)) {
Paul Jensene0bef712014-12-10 15:12:18 -05003827 // Set HTTP proxy system properties to match network.
3828 // TODO: Deprecate this static method and replace it with a non-static version.
Lorenzo Colittiec4c5552015-04-22 11:52:48 +09003829 try {
3830 Proxy.setHttpProxySystemProperty(getInstance().getDefaultProxy());
3831 } catch (SecurityException e) {
3832 // The process doesn't have ACCESS_NETWORK_STATE, so we can't fetch the proxy.
3833 Log.e(TAG, "Can't set proxy properties", e);
3834 }
Paul Jensenc91b5342014-08-27 12:38:45 -04003835 // Must flush DNS cache as new network may have different DNS resolutions.
3836 InetAddress.clearDnsCache();
3837 // Must flush socket pool as idle sockets will be bound to previous network and may
3838 // cause subsequent fetches to be performed on old network.
3839 NetworkEventDispatcher.getInstance().onNetworkConfigurationChanged();
3840 return true;
3841 } else {
3842 return false;
3843 }
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003844 }
3845
3846 /**
3847 * Returns the {@link Network} currently bound to this process via
Paul Jensen72db88e2015-03-10 10:54:12 -04003848 * {@link #bindProcessToNetwork}, or {@code null} if no {@link Network} is explicitly bound.
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003849 *
3850 * @return {@code Network} to which this process is bound, or {@code null}.
3851 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003852 @Nullable
Paul Jensen72db88e2015-03-10 10:54:12 -04003853 public Network getBoundNetworkForProcess() {
3854 // Forcing callers to call thru non-static function ensures ConnectivityManager
3855 // instantiated.
3856 return getProcessDefaultNetwork();
3857 }
3858
3859 /**
3860 * Returns the {@link Network} currently bound to this process via
3861 * {@link #bindProcessToNetwork}, or {@code null} if no {@link Network} is explicitly bound.
3862 *
3863 * @return {@code Network} to which this process is bound, or {@code null}.
3864 * @deprecated Using this function can lead to other functions throwing
3865 * {@link IllegalStateException}. Use {@link #getBoundNetworkForProcess} instead.
3866 * {@code getBoundNetworkForProcess} is a direct replacement.
3867 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07003868 @Deprecated
Chalard Jean50bea3d2019-01-07 19:26:34 +09003869 @Nullable
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003870 public static Network getProcessDefaultNetwork() {
Paul Jensen72db88e2015-03-10 10:54:12 -04003871 int netId = NetworkUtils.getBoundNetworkForProcess();
Paul Jensenbcc76d32014-07-11 08:17:29 -04003872 if (netId == NETID_UNSET) return null;
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003873 return new Network(netId);
3874 }
3875
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09003876 private void unsupportedStartingFrom(int version) {
3877 if (Process.myUid() == Process.SYSTEM_UID) {
Lorenzo Colitti2e31a7c2018-09-28 11:31:55 +09003878 // The getApplicationInfo() call we make below is not supported in system context. Let
3879 // the call through here, and rely on the fact that ConnectivityService will refuse to
3880 // allow the system to use these APIs anyway.
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09003881 return;
3882 }
3883
3884 if (mContext.getApplicationInfo().targetSdkVersion >= version) {
3885 throw new UnsupportedOperationException(
3886 "This method is not supported in target SDK version " + version + " and above");
3887 }
3888 }
3889
3890 // Checks whether the calling app can use the legacy routing API (startUsingNetworkFeature,
3891 // stopUsingNetworkFeature, requestRouteToHost), and if not throw UnsupportedOperationException.
Lifu Tang30f95a72016-01-07 23:20:38 -08003892 // TODO: convert the existing system users (Tethering, GnssLocationProvider) to the new APIs and
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09003893 // remove these exemptions. Note that this check is not secure, and apps can still access these
3894 // functions by accessing ConnectivityService directly. However, it should be clear that doing
3895 // so is unsupported and may break in the future. http://b/22728205
3896 private void checkLegacyRoutingApiAccess() {
Dianne Hackborn692a2442015-07-31 10:35:34 -07003897 unsupportedStartingFrom(VERSION_CODES.M);
Lorenzo Colittiffc42b02015-07-29 11:41:21 +09003898 }
3899
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003900 /**
3901 * Binds host resolutions performed by this process to {@code network}.
Paul Jensen72db88e2015-03-10 10:54:12 -04003902 * {@link #bindProcessToNetwork} takes precedence over this setting.
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003903 *
3904 * @param network The {@link Network} to bind host resolutions from the current process to, or
3905 * {@code null} to clear the current binding.
3906 * @return {@code true} on success, {@code false} if the {@link Network} is no longer valid.
3907 * @hide
3908 * @deprecated This is strictly for legacy usage to support {@link #startUsingNetworkFeature}.
3909 */
Aurimas Liutikas514c5ef2016-05-24 15:22:55 -07003910 @Deprecated
Mathew Inwoodfa3a7462018-08-08 14:52:47 +01003911 @UnsupportedAppUsage
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003912 public static boolean setProcessDefaultNetworkForHostResolution(Network network) {
Paul Jensenbcc76d32014-07-11 08:17:29 -04003913 return NetworkUtils.bindProcessToNetworkForHostResolution(
Erik Klinef4fa9822018-04-27 22:48:33 +09003914 (network == null) ? NETID_UNSET : network.getNetIdForResolv());
Paul Jensen6d3ff9e2014-05-29 10:12:39 -04003915 }
Felipe Leme1b103232016-01-22 09:44:57 -08003916
3917 /**
3918 * Device is not restricting metered network activity while application is running on
3919 * background.
3920 */
3921 public static final int RESTRICT_BACKGROUND_STATUS_DISABLED = 1;
3922
3923 /**
3924 * Device is restricting metered network activity while application is running on background,
3925 * but application is allowed to bypass it.
3926 * <p>
3927 * In this state, application should take action to mitigate metered network access.
3928 * For example, a music streaming application should switch to a low-bandwidth bitrate.
3929 */
3930 public static final int RESTRICT_BACKGROUND_STATUS_WHITELISTED = 2;
3931
3932 /**
3933 * Device is restricting metered network activity while application is running on background.
Felipe Leme9778f762016-01-27 14:46:39 -08003934 * <p>
Felipe Leme1b103232016-01-22 09:44:57 -08003935 * In this state, application should not try to use the network while running on background,
3936 * because it would be denied.
3937 */
3938 public static final int RESTRICT_BACKGROUND_STATUS_ENABLED = 3;
3939
Felipe Leme9778f762016-01-27 14:46:39 -08003940 /**
3941 * A change in the background metered network activity restriction has occurred.
3942 * <p>
3943 * Applications should call {@link #getRestrictBackgroundStatus()} to check if the restriction
3944 * applies to them.
3945 * <p>
3946 * This is only sent to registered receivers, not manifest receivers.
3947 */
3948 @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
3949 public static final String ACTION_RESTRICT_BACKGROUND_CHANGED =
3950 "android.net.conn.RESTRICT_BACKGROUND_CHANGED";
3951
Felipe Lemeecfccea2016-01-25 11:48:04 -08003952 /** @hide */
3953 @Retention(RetentionPolicy.SOURCE)
Felipe Leme1b103232016-01-22 09:44:57 -08003954 @IntDef(flag = false, value = {
3955 RESTRICT_BACKGROUND_STATUS_DISABLED,
3956 RESTRICT_BACKGROUND_STATUS_WHITELISTED,
3957 RESTRICT_BACKGROUND_STATUS_ENABLED,
3958 })
Felipe Leme1b103232016-01-22 09:44:57 -08003959 public @interface RestrictBackgroundStatus {
3960 }
3961
3962 private INetworkPolicyManager getNetworkPolicyManager() {
3963 synchronized (this) {
3964 if (mNPManager != null) {
3965 return mNPManager;
3966 }
3967 mNPManager = INetworkPolicyManager.Stub.asInterface(ServiceManager
3968 .getService(Context.NETWORK_POLICY_SERVICE));
3969 return mNPManager;
3970 }
3971 }
3972
3973 /**
3974 * Determines if the calling application is subject to metered network restrictions while
3975 * running on background.
Felipe Lemec9c7be52016-05-16 13:57:19 -07003976 *
3977 * @return {@link #RESTRICT_BACKGROUND_STATUS_DISABLED},
3978 * {@link #RESTRICT_BACKGROUND_STATUS_ENABLED},
3979 * or {@link #RESTRICT_BACKGROUND_STATUS_WHITELISTED}
Felipe Leme1b103232016-01-22 09:44:57 -08003980 */
3981 public @RestrictBackgroundStatus int getRestrictBackgroundStatus() {
3982 try {
3983 return getNetworkPolicyManager().getRestrictBackgroundByCaller();
3984 } catch (RemoteException e) {
Jeff Sharkeyc53962d2016-03-01 19:27:23 -07003985 throw e.rethrowFromSystemServer();
Felipe Leme1b103232016-01-22 09:44:57 -08003986 }
3987 }
Ricky Wai44dcbde2018-01-23 04:09:45 +00003988
3989 /**
3990 * The network watchlist is a list of domains and IP addresses that are associated with
Ricky Waia86d5d52018-03-20 14:20:54 +00003991 * potentially harmful apps. This method returns the SHA-256 of the watchlist config file
3992 * currently used by the system for validation purposes.
Ricky Wai44dcbde2018-01-23 04:09:45 +00003993 *
3994 * @return Hash of network watchlist config file. Null if config does not exist.
3995 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09003996 @Nullable
Ricky Wai44dcbde2018-01-23 04:09:45 +00003997 public byte[] getNetworkWatchlistConfigHash() {
3998 try {
3999 return mService.getNetworkWatchlistConfigHash();
4000 } catch (RemoteException e) {
4001 Log.e(TAG, "Unable to get watchlist config hash");
4002 throw e.rethrowFromSystemServer();
4003 }
4004 }
Jeff Vander Stoep0ac2c092018-07-23 10:57:53 -07004005
4006 /**
4007 * Returns the {@code uid} of the owner of a network connection.
4008 *
4009 * @param protocol The protocol of the connection. Only {@code IPPROTO_TCP} and
4010 * {@code IPPROTO_UDP} currently supported.
4011 * @param local The local {@link InetSocketAddress} of a connection.
4012 * @param remote The remote {@link InetSocketAddress} of a connection.
4013 *
4014 * @return {@code uid} if the connection is found and the app has permission to observe it
4015 * (e.g., if it is associated with the calling VPN app's tunnel) or
4016 * {@link android.os.Process#INVALID_UID} if the connection is not found.
4017 */
Chalard Jean50bea3d2019-01-07 19:26:34 +09004018 public int getConnectionOwnerUid(int protocol, @NonNull InetSocketAddress local,
4019 @NonNull InetSocketAddress remote) {
Jeff Vander Stoep0ac2c092018-07-23 10:57:53 -07004020 ConnectionInfo connectionInfo = new ConnectionInfo(protocol, local, remote);
4021 try {
4022 return mService.getConnectionOwnerUid(connectionInfo);
4023 } catch (RemoteException e) {
4024 throw e.rethrowFromSystemServer();
4025 }
4026 }
Soi, Yoshinaridee2aa42015-11-12 12:09:02 +09004027
4028 private void printStackTrace() {
4029 if (DEBUG) {
4030 final StackTraceElement[] callStack = Thread.currentThread().getStackTrace();
4031 final StringBuffer sb = new StringBuffer();
4032 for (int i = 3; i < callStack.length; i++) {
4033 final String stackTrace = callStack[i].toString();
4034 if (stackTrace == null || stackTrace.contains("android.os")) {
4035 break;
4036 }
4037 sb.append(" [").append(stackTrace).append("]");
4038 }
4039 Log.d(TAG, "StackLog:" + sb.toString());
4040 }
4041 }
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08004042}