Disable database sync preference unless in expert mode

This commit is contained in:
Henrik Tunedal 2011-02-14 02:23:23 +01:00
parent 657ae58418
commit 55eb63b077

View File

@ -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>