set proxy setting to default off

This commit is contained in:
Conny Duck 2018-02-04 09:32:05 +01:00
parent 305d67fd2c
commit f76d90affd

View file

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"> xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference <CheckBoxPreference
android:defaultValue="true" android:defaultValue="false"
android:key="httpProxyEnabled" android:key="httpProxyEnabled"
android:title="@string/pref_title_http_proxy_enable" /> android:title="@string/pref_title_http_proxy_enable" />
<EditTextPreference <EditTextPreference