How to set Proxy Auto Config (PAC) file in sdcard of Android
问题 Excuse me? I pushed the file 'proxy.pac' to sdcard using this command: adb push C:\Users\zuokang.li\Documents\proxy.pac /sdcard/ I try to set proxy auto config in android. So I set pac url "file:///sdcard/proxy.pac".But it cannot work. I don't know whether it is set right. Can you help me ? Thanks! 回答1: I experienced the same issue with my android phone, and searching for a solution I noted that the only one is to access to a web server for getting the .pac file (as Roy explains). But I