Observing changes in Android content observer for Audio.Media.EXTERNAL_CONTENT_URI
问题 I am developing an Android app in which I have to detect changes in Android SD card for audio files with the file name, file path and operation performed upon it. Example if I am adding a file in my SD card then I want to know Name of the file which is added Path of the file Operation -- Add Previously I Have tried file observer But for that I have to apply it on each and every directory. So I searched for some other solution and got the info about Audio.Media.EXTERNAL_CONTENT_URI . Then I