Disable database sync preference unless in expert mode
This commit is contained in:
parent
657ae58418
commit
55eb63b077
@ -6,6 +6,7 @@
|
||||
android:key="cacheDownloaded" />
|
||||
<ListPreference android:title="@string/db_sync_mode"
|
||||
android:summary="@string/db_sync_mode_long" android:key="dbSyncMode"
|
||||
android:dependency="expert"
|
||||
android:defaultValue="full" android:entries="@array/dbSyncModeNames"
|
||||
android:entryValues="@array/dbSyncModeValues" />
|
||||
</PreferenceCategory>
|
||||
|
Loading…
x
Reference in New Issue
Block a user