new behaviour • Once the new behaviour is enabled, KEYCODE_BACK and onBackPressed() won’t be used anymore • Application will have to rely entirely on the OnBackInvockedCallback Android 13 Android 14 <application android:enableOnBackInvokedCallback="true"> The new back dispatching will be enabled by default for application targeting SDK 34