我已经下载了图像并将其保存到新的目录/文件夹,但此文件夹未显示在WhatsApp或Facebook文件夹之类的相册位置。
DependencyService.Get()。SavePicture(“ Image.jpg”,stream,getGalleryPath());
String getGalleryPath() { Java.IO.File Connect = Android.OS.Environment.GetExternalStoragePublicDirectory(“ ShopRConnect”);
if (!Connect.Exists())
{
Connect.Mkdir();
}
// return Connect.getAbsolutePath();
return Connect.AbsolutePath;
}