change default "disable network" pref to true

This commit is contained in:
Nathan Freitas 2013-08-19 11:24:43 -04:00
parent a97432c6e7
commit 1bc97c6cc6
1 changed files with 1 additions and 1 deletions

View File

@ -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"