bug(android): onBackPressed() deprecated in Android 13+
Open
android/
bug
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
Google deprecated onBackPressed() for "[predictive back navigation](https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture)"
> intercepting back events from KeyEvent.KEYCODE_BACK is no longer supported.
This article has tips on migrating
https://medium.com/mobile-app-development-publication/migrate-to-android-13-predictive-back-soon-before-its-too-late-e1e1723f392
Contributor guide
Assessment
This issue has not been assessed yet.