Proxy.ProxyChangeAction Field

Definition

Used to notify an app that's caching the proxy that either the default connection has changed or any connection's proxy has changed.

[Android.Runtime.Register("PROXY_CHANGE_ACTION")]
public const string ProxyChangeAction;
[<Android.Runtime.Register("PROXY_CHANGE_ACTION")>]
val mutable ProxyChangeAction : string

Field Value

Attributes

Remarks

Used to notify an app that's caching the proxy that either the default connection has changed or any connection's proxy has changed. The new proxy should be queried using ConnectivityManager#getDefaultProxy().

<p class="note">This is a protected intent that can only be sent by the system

Java documentation for android.net.Proxy.PROXY_CHANGE_ACTION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to