0

Do I need to implement Stub Authenticator & Stub Content Provider, if I want to handle sync data of com.android.calendar authority & com.google account types in onPerfomSync method ?

Or will the sync adapter framework recognize that I'm going to use pre-defined by Android Authenticator & Content Provider which already exist...

damax
  • 453
  • 1
  • 5
  • 18
  • have you found an answer for this? – Parvaz Bhaskar Oct 23 '13 at 11:24
  • No, I haven't found any code to implement it in this way. But I've achieved similar approach in usage of ContentObserver, which listens all updates that comes from any calendar, linked with all registered in my devices accounts... so, with this solution, you are not able to enable / disable sync in Settings. – damax Oct 23 '13 at 16:09

0 Answers0