Android调用系统相机相册适配7.0+自动旋转问题处理

Android 调用系统相机和相册,经常会被各种系统版本搞得头疼,是 Android 7.0 之后的 EXIF 旋转问题。这个资源讲得挺透,除了基本的Intent调用,还教你怎么用ExifInterface图片方向,避免用户拍照后照片歪着看。权限适配也讲得挺细,是 Android 6.0 之后的运行时权限部分,贴心。要是你正好在做拍照上传或者头像裁剪功能,这篇文章能帮你省下不少踩坑时间。

zip
PictureTest.zip 预估大小:69个文件
folder
PictureTest 文件夹
file
gradlew.bat 2KB
file
gradlew 5KB
file
gradle.properties 747B
folder
.gradle 文件夹
folder
2.14.1 文件夹
folder
tasks 文件夹
folder
_app_compileDebugJavaWithJavac 文件夹
folder
localJarClasspathSnapshot 文件夹
file
localJarClasspathSnapshot.bin 20KB
file
localJarClasspathSnapshot.lock 17B
folder
localClassSetAnalysis 文件夹
file
localClassSetAnalysis.lock 17B
file
localClassSetAnalysis.bin 59KB
folder
taskArtifacts 文件夹
file
fileHashes.bin 151KB
file
cache.properties.lock 17B
file
taskArtifacts.bin 141KB
file
fileSnapshotsToTreeSnapshotsIndex.bin 29KB
file
fileSnapshots.bin 3.56MB
file
cache.properties 31B
folder
app 文件夹
file
proguard-rules.pro 659B
folder
src 文件夹
folder
test 文件夹
folder
java 文件夹
folder
com 文件夹
folder
example 文件夹
folder
testing 文件夹
folder
picturetest 文件夹
file
ExampleUnitTest.java 425B
folder
androidTest 文件夹
folder
java 文件夹
folder
com 文件夹
folder
example 文件夹
folder
testing 文件夹
folder
picturetest 文件夹
file
ExampleInstrumentedTest.java 792B
folder
main 文件夹
folder
res 文件夹
folder
mipmap-xxxhdpi 文件夹
file
ic_launcher.png 10KB
folder
drawable 文件夹
folder
mipmap-hdpi 文件夹
file
ic_launcher.png 3KB
folder
values 文件夹
file
colors.xml 214B
file
strings.xml 77B
file
styles.xml 394B
file
dimens.xml 216B
folder
mipmap-xxhdpi 文件夹
file
ic_launcher.png 8KB
folder
mipmap-mdpi 文件夹
file
ic_launcher.png 2KB
folder
mipmap-xhdpi 文件夹
file
ic_launcher.png 5KB
folder
layout 文件夹
file
activity_main.xml 1KB
folder
xml 文件夹
file
file_paths.xml 163B
folder
values-w820dp 文件夹
file
dimens.xml 364B
folder
java 文件夹
folder
com 文件夹
folder
example 文件夹
folder
testing 文件夹
folder
picturetest 文件夹
file
PhotoRotateUtil.java 2KB
file
MainActivity.java 9KB
file
AndroidManifest.xml 1KB
file
app.iml 13KB
file
.gitignore 8B
file
build.gradle 908B
folder
.idea 文件夹
file
gradle.xml 626B
file
runConfigurations.xml 564B
file
misc.xml 3KB
folder
copyright 文件夹
file
profiles_settings.xml 76B
file
modules.xml 359B
file
compiler.xml 686B
file
workspace.xml 189KB
folder
libraries 文件夹
file
javawriter_2_1_1.xml 330B
file
jsr305_2_0_1.xml 330B
file
rules_0_5.xml 547B
file
javax_annotation_api_1_2.xml 358B
file
support_core_ui_25_2_0.xml 597B
file
runner_0_5.xml 552B
file
support_annotations_25_2_0.xml 489B
file
hamcrest_library_1_3.xml 540B
file
support_v4_25_2_0.xml 420B
file
espresso_idling_resource_2_2_2.xml 679B
file
support_core_utils_25_2_0.xml 612B
file
support_compat_25_2_0.xml 592B
file
animated_vector_drawable_25_2_0.xml 642B
file
support_media_compat_25_2_0.xml 622B
file
hamcrest_core_1_3.xml 526B
file
junit_4_12.xml 477B
file
support_fragment_25_2_0.xml 602B
file
appcompat_v7_25_2_0.xml 582B
file
hamcrest_integration_1_3.xml 354B
file
espresso_core_2_2_2.xml 624B
file
support_vector_drawable_25_2_0.xml 637B
file
javax_inject_1.xml 511B
file
exposed_instrumentation_api_publish_0_5.xml 697B
file
.gitignore 127B
file
local.properties 425B
file
PictureTest.iml 865B
file
settings.gradle 16B
file
build.gradle 521B
...
zip 文件大小:690.13KB