Merge changes I3b3bcbbd,I18b3f263,I3c416c1a
* changes: Use CaptivePortalProbeSpec method in portal app Add configurable captive portal probes Move CaptivePortalProbeResult to its own file
This commit is contained in:
@@ -237,6 +237,14 @@ public class ConnectivityManager {
|
||||
*/
|
||||
public static final String EXTRA_CAPTIVE_PORTAL_URL = "android.net.extra.CAPTIVE_PORTAL_URL";
|
||||
|
||||
/**
|
||||
* Key for passing a {@link android.net.captiveportal.CaptivePortalProbeSpec} to the captive
|
||||
* portal login activity.
|
||||
* {@hide}
|
||||
*/
|
||||
public static final String EXTRA_CAPTIVE_PORTAL_PROBE_SPEC =
|
||||
"android.net.extra.CAPTIVE_PORTAL_PROBE_SPEC";
|
||||
|
||||
/**
|
||||
* Key for passing a user agent string to the captive portal login activity.
|
||||
* {@hide}
|
||||
|
||||
Reference in New Issue
Block a user