Comment on Developing for Android is like being a demonetized YouTuberparentComments−ge0rg7yBut there are some APIs that don't work, e.g. ExifInterface (that you need to properly process image orientation) can only read from InputStream starting with r24, and you need access to the raw File before that [0].[0] https://developer.android.com/reference/android/media/ExifIn...
Comments
But there are some APIs that don't work, e.g. ExifInterface (that you need to properly process image orientation) can only read from InputStream starting with r24, and you need access to the raw File before that [0].
[0] https://developer.android.com/reference/android/media/ExifIn...