I am developing an android application where I use androids content provider :-android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI to list the image files. Now I whenever this content provider data gets changed , I want to Toast a message to user. How can I do that.
Please note that I am using androids builtin Content Provide and not my own custom Content Provider.
I don't know but can this thing be solved using notifychange , or getContentResolver.notifyChange.
Thanks