gpt4 book ai didi

android - 保存到 sd 卡的图像不会出现在 Android 图库应用中

转载 作者:IT老高 更新时间:2023-10-28 13:08:50 26 4
gpt4 key购买 nike

我将图像保存到 sdcard 中,但直到我取出 sdcard 并将其返回后,它才会出现在 Gallery 应用程序中。

你知道为什么会这样吗?

似乎 Gallery 应用程序有一些未在文件保存时更新的缓存...

其实我也想在图库应用中打开刚刚保存的图片,但没有成功
this是我关于这个问题的问题。

最佳答案

更简单的解决方案是使用静态便捷方法scanFile() :

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

其中 this 是您的 Activity (或任何上下文),只有当您使用非标准文件扩展名并且 null 用于可选回调(我们不需要这样一个简单的案例)。

关于android - 保存到 sd 卡的图像不会出现在 Android 图库应用中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2170214/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com