On Android: How can I rescan an entire folder to watch for changes in .nomedia

后端 未结 3 1913
猫巷女王i
猫巷女王i 2020-12-21 04:30

So my app downloads images at the users\' request from an online source. Through a button in the activity, the user can choose to hide or show the images in the gallery. T

3条回答
  •  再見小時候
    2020-12-21 04:57

    One can also invoke from the shell:

    am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard
    

提交回复
热议问题