diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/general_settings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/general_settings.xml b/res/xml/general_settings.xml index 73b66b00..5a2be01d 100644 --- a/res/xml/general_settings.xml +++ b/res/xml/general_settings.xml @@ -16,6 +16,11 @@ android:key="statusafterconnect" android:summary="@string/keppstatus_summary" android:title="@string/keepstatus" /> + <CheckBoxPreference + android:defaultValue="true" + android:key="usesystemproxy" + android:summary="@string/use_system_proxy_summary" + android:title="@string/use_system_proxy" /> <PreferenceCategory android:title="Device specifics Hacks" > <CheckBoxPreference |