aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/prefs_screen_accounts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/res/xml/prefs_screen_accounts.xml')
-rw-r--r--java/res/xml/prefs_screen_accounts.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/res/xml/prefs_screen_accounts.xml b/java/res/xml/prefs_screen_accounts.xml
index b5d526a3a..003a37ff7 100644
--- a/java/res/xml/prefs_screen_accounts.xml
+++ b/java/res/xml/prefs_screen_accounts.xml
@@ -34,4 +34,9 @@
android:summary="@string/enable_metrics_logging_summary"
android:defaultValue="true"
android:persistent="true" />
+
+ <!-- This preference (acts like a button) enables the user to initiate an one time sync. -->
+ <Preference android:key="pref_beanstalk"
+ android:persistent="false"
+ android:title="@string/sync_now_title" />
</PreferenceScreen>