ImagePicker
ImagePicker copied to clipboard
Android 13 & 14 Crashes + Android 12
Hello again, Thanks for fixing the last issue I reported. I have not had that issue since. Also wanted to say thanks for making this library, as it is very useful and customizable (UI and codewise).
I have been noticing an issue in ImagePickerActivity(line 94) and CameraActivity(line 61). It is the same issue and a good amount of devices are crashing as a result. Good thing is that I am able to pinpoint it to this line.
config = intent.getParcelableExtra(Constants.EXTRA_CONFIG)!!
I noticed that getParcelableExtra
is deprecated starting Android 13 and the issues are mostly occurring on that OS. Not sure if maybe Android 13 is handling this differently and crashing as a result?
Also wanted to add that on most devices, this is not an issue. It is working on my Oneplus Android 14. On the other hand, the Nothing phone on Android 14 is crashing.