How to add more options to sync account screen? Ex. how frequently do sync like in evernotes account settings, etc..
Asked
Active
Viewed 164 times
1 Answers
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