gpt4 book ai didi

android - 图片不显示在图库中

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:38:35 25 4
gpt4 key购买 nike

我使用 intent 启动默认的相机,并使用以下路径将这些相机图像存储在外部存储中:

File file = new File(Environment.getExternalStorageDirectory()
+ File.separator + fileName);

但它不显示在图库中。问题出现在带有 OS 4.4.2 的 nexus 4,7 和 moto G 设备上

我试试

mContext.sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri
.parse("file://" + Environment.getExternalStorageDirectory())));

但是不行

最佳答案

您必须刷新媒体扫描器缓存,试试这个:

sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.fromFile(yourFile)));

关于android - 图片不显示在图库中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22780502/

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