superzhangbao

Results 7 comments of superzhangbao

是的 不知道楼上的兄弟解决了吗

@KomoriWu 好的 谢谢兄弟

@a237112263 请问你是怎么解决的,我也遇到这个问题了

你是怎么重命名的?我是百度的,加上 /** * 把照片插入到系统图库 */ private void saveToAlbum() { try { MediaStore.Images.Media.insertImage(getApplicationContext().getContentResolver(), file.getAbsolutePath(), file.getName(), null); } catch (FileNotFoundException e) { e.printStackTrace(); } // 最后通知图库更新 getApplicationContext().sendBroadcast(new Intent(Intent.ACTION_MEDIA_SCANNER_SCAN_FILE, imageUri)); } 这段代码,但是只有部分机型可以.有的还是不显示