插入 SD 卡后图像未显示在图库应用程序中

images not showing in gallery app after inserting to sd card

我将多张图片保存到 SD 卡中,但直到我重新启动设备后它们才出现在相册应用程序中.. 重新启动后我的设备图像可见.. 我尝试了很多链接,但都没有用。

我也遇到了同样的问题..你试过了吗??

File imageFile = ...
MediaScannerConnection.scanFile(this, new String[] { imageFile.getPath() }, new String[] { "image/jpeg" }, null);