1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-11 23:01:11 +01:00

Add an option to clear WebView cache

This commit is contained in:
Dmitriy Bogdanov 2016-07-27 00:52:26 +04:00
parent dd98ce4389
commit 1fead42868
No known key found for this signature in database
GPG key ID: F396CC2653B8F64D
4 changed files with 15 additions and 0 deletions

View file

@ -52,6 +52,12 @@
android:summary="@string/pref_desc_load_images"
android:defaultValue="true" />
<Preference
android:title="@string/pref_title_clear_cache"
android:key="pref_key_clear_cache"
android:summary="@string/pref_desc_clear_cache">
</Preference>
<CheckBoxPreference
android:title="@string/pref_title_proxy_enabled"
android:key="pref_key_proxy_enabled"