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:
parent
dd98ce4389
commit
1fead42868
4 changed files with 15 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue