从我的 Android 应用程序捕获的图像已保存,但未显示在图库应用程序上
我已经构建了一个 Android 应用程序,它捕获图像并保存在 /mnt/sdcard/Pictures/MyFolder 实际上,应用程序运行完美,并且图像也存储在给定路径中。问题是在重新启动设备之前我无法看到图像。我可以在编码中处理这种情况吗?
提前致谢。
I have build an Android application which capture images and save in the /mnt/sdcard/Pictures/MyFolder Actually application is running perfectly and also images store in the given path. The problem is I cannot see the images till I restart the device. Can I handle the situation in my coding?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的意思是您看不到图库应用程序中的图像,您可以使用此方法来修复它:
If what you mean is that you cannot see the images in your gallery app you can use this to fix it: