0

How to add more options to sync account screen? Ex. how frequently do sync like in evernotes account settings, etc..

Ken Shiro
  • 712
  • 10
  • 18

1 Answers1

1

In your authenticator.xml you can specify an attribute

 android:accountPreferences="@xml/account_preferences"

Then simply create the preference screen just like any other.

Tac
  • 11
  • 1