Ejemplo n.º 1
0
 public bool IsRunning()
 {
     return(ContentResolver.IsSyncPending(mAccount, AUTHORITY) || ContentResolver.IsSyncActive(mAccount, AUTHORITY));
 }