Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-settings/res/xml/preference_adblock_general.xml

Issue 29379647: Issue 4948 - add possibility to not send data depending on connection properties (Closed)
Patch Set: updated dependency to binaries, updated comment for allowed connection type Created March 30, 2017, 2:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android-settings/res/xml/preference_adblock_general.xml
diff --git a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml b/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
index 3e3f8e3f9343ade3a133ba046d2f1556914b0280..73fc39d0a0f1c74ac26578e03495911842af192e 100644
--- a/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
+++ b/libadblockplus-android-settings/res/xml/preference_adblock_general.xml
@@ -24,4 +24,10 @@
android:title="@string/fragment_adblock_settings_wl_title"
android:summary="@string/fragment_adblock_settings_wl_summary" />
+ <!-- Allowed connection type for updates -->
+ <ListPreference
+ android:key="@string/fragment_adblock_settings_allowed_connection_type_key"
+ android:title="@string/fragment_adblock_settings_allowed_connection_type"
+ android:summary="%s"/>
+
</PreferenceScreen>

Powered by Google App Engine
This is Rietveld