[tor-commits] [orbot/master] change default "disable network" pref to true
n8fr8 at torproject.org
n8fr8 at torproject.org
Mon Aug 19 15:26:40 UTC 2013
commit 1bc97c6cc6bcfbd23e91c941a21f2aad56bbb8cf
Author: Nathan Freitas <nathan at freitas.net>
Date: Mon Aug 19 11:24:43 2013 -0400
change default "disable network" pref to true
---
res/xml/preferences.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index dd0e49a..5c310c4 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -218,7 +218,7 @@ android:title="@string/pref_use_sys_iptables_title"/>
<CheckBoxPreference
-android:defaultValue="false"
+android:defaultValue="true"
android:key="pref_disable_network"
android:summary="@string/pref_disable_network_summary"
android:enabled="true"
More information about the tor-commits
mailing list