Android Contacts content provider not getting updated when a contact is added in background -


i'm developing application displays list of contacts fetching them android contacts content provider. in onresume method of fragment restart loader fetches contacts contacts content provider , works fine. if background app, use default android contacts app add contact , bring app background don't see new contact added list though onresume called , loader being restarted.

i've debugged code , seems new contact not being returned contacts content provider. if terminate app (swipe recent menu) , re-open it, i'll see new contact in list.

do know issue be?

thanks, ido


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -