兼容android7.0拍照或相册选择照片并裁剪
4.18修改裁剪图片兼容问题 如果资源文件未改动请将 273行改为 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) { intent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); intent.setDataAndType(getImageContentUri(this,file), "image/*");//自己使用Content Uri替换File Uri }else{ intent.setDataAndType(Uri.fromFile(file), "image/*"); } android7.0拍照或相册选择照片并裁剪 如果您觉得我的代码还行,并使用我的代码,请给我的资源5星评价,这是对我最大的支持。也让更多的android开发者可以用到。 感谢郭霖,感谢http://www.jianshu.com/p/c73b959b6bcf原创作者“巴别塔下牧 羊”,因为我也用了他们的代码。
文件列表
兼容android7.0拍照或相册选择照片并裁剪
(预估有个1379文件)
localJarClasspathSnapshot.bin
20KB
localClassSetAnalysis.bin
43KB
fileSnapshotsToTreeSnapshotsIndex.bin
25KB
fileHashes.bin
141KB
taskArtifacts.bin
97KB
fileSnapshots.bin
2.02MB
gradlew.bat
2KB
MediaMetadataCompat.aidl
680B
ParcelableVolumeInfo.aidl
689B
MediaSessionCompat.aidl
787B
暂无评论