Used to notify an app that's caching the default connection proxy
that either the default connection or its proxy has changed.
Syntax
[Android.Runtime.Register("PROXY_CHANGE_ACTION")] public const stringProxyChangeAction
Remarks
Used to notify an app that's caching the default connection proxy
that either the default connection or its proxy has changed.
The intent will have the following extra value:
EXTRA_PROXY_INFO - The ProxyProperties for the proxy. Non-null,
though if the proxy is undefined the host string
will be empty.
This is a protected intent that can only be sent by the system