2014-05-08 19:18:45 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="disable_compression"
|
2014-11-08 16:32:54 +00:00
|
|
|
android:summaryOff="@string/settings_http_compression_enabled"
|
|
|
|
android:summaryOn="@string/settings_http_compression_disabled"
|
|
|
|
android:title="@string/settings_disable_http_compression" />
|
|
|
|
<CheckBoxPreference android:title="@string/settings_network_logging" android:summaryOn="@string/settings_network_logging_enabled" android:key="network_logging" android:summaryOff="@string/settings_network_logging_disabled"/>
|
2014-05-08 19:18:45 +00:00
|
|
|
|
|
|
|
</PreferenceScreen>
|