I am new to android and I want to use android proxy library to get proxy details and change proxy settings. I tried to get the current proxy configuration and look here . There is a class called "ProxyConfiguration", but "APL.getCurrentProxyConfiguration (uri)" returns an instance of "Proxy". And in the APL there is no class called "ProxyConfiguration".
Where am I mistaken? Can someone put sample code to use APL?
source
share