set proxy setting to default off

main
Conny Duck 6 years ago
parent 23b7374830
commit 66809b39dc
  1. 2
      app/src/main/res/xml/http_proxy_preferences.xml

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

Loading…
Cancel
Save