change default "disable network" pref to true
This commit is contained in:
parent
a97432c6e7
commit
1bc97c6cc6
|
@ -218,7 +218,7 @@ android:title="@string/pref_use_sys_iptables_title"/>
|
||||||
|
|
||||||
|
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="true"
|
||||||
android:key="pref_disable_network"
|
android:key="pref_disable_network"
|
||||||
android:summary="@string/pref_disable_network_summary"
|
android:summary="@string/pref_disable_network_summary"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
|
|
Loading…
Reference in New Issue