ProxyProperties, along with a bunch of other classes and methods,
belongs to the new, improved WiFi / networking code that first
appeared in Android 3.0 and was revised in 4.0.

And yes, all of it is undocumented and marked with @hide.

On some firmwares (the original 3.2.1) those undocumented bits are the
only ones that work.

-- K

7 января 2012 г. 9:20 пользователь mattcoz <[email protected]> написал:
> I'm trying to receive the PROXY_CHANGE_ACTION broadcast and I'm having
> trouble.  Apparently there is a android.net.ProxyProperties object
> being passed in the extras bundle, but the SDK doesn't seem to include
> this class.  It is even mentioned in the javadoc for Proxy:
>
> 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.
>
> ProxyProperties just doesn't exist and the EXTRA_PROXY_INFO variable
> doesn't exist either.  What is going on here?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to