简体   繁体   中英

android: updating media storage

i was making an app that tries to record audio and also list all the audio files on the sdcard.

now i populate the list here from the MediaStore using cursors.

now the issue here is, every time an audio is recorded i need to wait for the OS to make a scan through the memory card so that my list gets updated with the newly recorded track.

so i was wondering if there was any way to update the mediastorage programatically every time i finish recording some audio? is there any API or any function provided in android to do that?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM