added option: move cache to external storage

This commit is contained in:
Philipp Schaefer
2013-10-22 12:12:17 +02:00
parent 9248fe6221
commit 437a33f1d5
6 changed files with 36 additions and 5 deletions

View File

@ -56,6 +56,11 @@
android:title="@string/pref_force_https"
android:summary="@string/pref_force_https_sum"
android:defaultValue="true" />
<CheckBoxPreference
android:key="pref_external_storage"
android:title="@string/pref_external_storage"
android:summary="@string/pref_external_storage_sum"
android:defaultValue="false" />
<CheckBoxPreference
android:key="pref_press_twice_to_exit"
android:title="@string/pref_press_twice_to_exit"