Sync frequency adjustable

This commit is contained in:
Caesar2011
2019-01-17 18:46:32 +01:00
parent 7fe38cd60f
commit 3224946f43
9 changed files with 69 additions and 3 deletions

View File

@@ -10,4 +10,11 @@
<string name="pref_last_visited_news" translatable="false">pref_last_visited_news</string>
<string name="pref_set_auto_sync_on_startup" translatable="false">pref_set_auto_sync_on_startup</string>
<string-array name="pref_sync_frequency" translatable="false">
<item>@string/pref_sync_frequency</item>
<item>@string/pref_sync_frequency_default</item>
</string-array>
<string name="pref_sync_frequency" translatable="false">pref_sync_frequency</string>
<string name="pref_sync_frequency_default" translatable="false">6</string>
</resources>