I am confused with how the Proxy settings work in the Android emulator.

I am able to access internet in the browser by configuring my Proxy settings 
on the APN (TelKila)
However, my App is not able to access internet. (uses-permission mentioned 
in AndroidManifest.xml)

I am using HttpClient in my app to make a web service call which fails with 
a UnknownHostException.
To access internet through HttpClient; I have to add proxy settings to 
HttpClient explicitly in my code.


Shouldn't HttpClient pick up the proxy settings configured on the APN?? 


-- 
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