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
Post a Comment