RxGalleryFinal icon indicating copy to clipboard operation
RxGalleryFinal copied to clipboard

打开照相机 存储位置 没有判断 是否有外部存储

Open liudaohong opened this issue 7 years ago • 1 comments
trafficstars

SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmss", Locale.CHINA); String imageName = "immqy_%s.jpg"; String filename = String.format(imageName, dateFormat.format(new Date())); File mImageStoreDir = new File(Environment.getExternalStorageDirectory(), "/DCIM/IMMQY/"); if (!mImageStoreDir.exists()) { mImageStoreDir.mkdirs(); } fileImagePath = new File(mImageStoreDir, filename); String mImagePath = fileImagePath.getAbsolutePath();

liudaohong avatar Mar 26 '18 06:03 liudaohong

出现了什么问题

sheep0704 avatar Apr 12 '18 03:04 sheep0704