My app targets android 12 when android 13 launches will my app gets crashed due to latest features in android 13 or it will be stable till i change target of my app to android 13.
I assume that unless we update to android 13 its features should not effect android 12 targeted apps.
CodePudding user response:
It shouldn't. I had similar issue when Android 12 required PendingIntents to have specified mutability flag. It haven't crashed even on Android 12 devices until I upgraded targetSdk - after an upgrade it started crashing :)