android-proxy-toggle
android-proxy-toggle copied to clipboard
Small application to help android developers to quickly enable and disable proxy settings
Instead of the commands provided in the Readme: ``` adb shell settings delete global http_proxy adb shell settings delete global global_http_proxy_host adb shell settings delete global global_http_proxy_port ``` I had...
Can not work part trace: java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 at java.util.Collections$SingletonList.get(Collections.java:5260) at com.kinandcarta.create.proxytoggle.repository.proxymapper.ProxyMapper.from(ProxyMapper.kt:13) at com.kinandcarta.create.proxytoggle.repository.devicesettings.DeviceSettingsManagerImpl.updateProxyData(DeviceSettingsManagerImpl.kt:53)