aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/xml/preferences_storage.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/preferences_storage.xml b/res/xml/preferences_storage.xml
index c53f1883..3db40f5d 100644
--- a/res/xml/preferences_storage.xml
+++ b/res/xml/preferences_storage.xml
@@ -36,10 +36,12 @@
<SwitchPreference
android:key="cm_filemanager_secure_storage_delayed_sync"
android:title="@string/pref_secure_storage_delayed_sync_title"
- android:summary="@string/pref_secure_storage_delayed_sync_summary"
android:persistent="true"
android:defaultValue="true" />
+ <Preference
+ android:summary="@string/pref_secure_storage_delayed_sync_summary"
+ android:selectable="false"/>
</PreferenceCategory>
</PreferenceScreen>