照片更新到相册:
用此方法即可。一行代码。
sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, Uri.parse("file://" + currentOutputVideoPath)));
currentOutputVideoPath === 图片地址
视频更新到相册:
视频更新到相册华为手机可以,魅族不可以。相同代码。可能是手机厂商改写了底层的东西。
魅族手机到文件管理夹的媒体视频库找找。
视频具体更新到相册的方法;除了上面一种方法可以尝试外。还有另一种:
File file1= new File( currentOutputVideoPath