I'm new in android and I want to use android proxy library to get information about proxy details, and change proxy settings. I tried to get current proxy configuration and look here. There is a class which is called "ProxyConfiguration" but "APL.getCurrentProxyConfiguration(uri)" returns "Proxy" instance. And there is no class named "ProxyConfiguration" in APL.
Where I'm wrong? Can anyone put here a sample code to using APL?