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

