Android multiple sync adapter items like Google Account?

后端 未结 2 1091
慢半拍i
慢半拍i 2020-12-29 11:35

I currently have my Android app set up to use the AccountManager feature of Android, using a SyncAdapter and an authenticated account to performs syncs automatically.

<
2条回答
  •  再見小時候
    2020-12-29 12:07

    I would like to just add up the main attribute which makes the sync type visible under accounts menu to the above answer.

    "android:userVisible="true"

     // this line does the job of showing up.
    

提交回复
热议问题