Has anybody noticed a large performance decrease on Android 13 devices, once the change has targetSdkVersion has been changed to 33?
We got notice from Google that we needed to update our targetSdkVersion, and we produced a new build for our users. Since then, we’ve had a number of complaints about the performance of our app on Android 13 devices. This does not occur on any older version devices, just on Android 13 devices. We also don’t experience the issue on an emulator based on api version 33.
Does anybody know if this is a known issue or is there something else I can do to help with this performance?