dolphin-emulator/Source/Android/app
JosJuice 5c7e8db26e Android: Opt out of back invoked callback
When 9d9b6d8 changed our target SDK version to Android 16, it made
Android 16 stop calling onBackPressed and stop delivering KEYCODE_BACK
events. Dolphin's code isn't ready for that yet.

Android lets us opt out of this new behavior for now, so let's do so.
But the opt-out will presumably stop working once we start targeting
Android 17, so we're going to have to update Dolphin's code within the
next one or two years to support the replacement API.
2025-08-01 19:18:09 +02:00
..
src/main Android: Opt out of back invoked callback 2025-08-01 19:18:09 +02:00
.gitignore Android: Update the gradle file to use android studio 2.2 cmake. 2016-10-05 23:44:10 +02:00
build.gradle.kts Android: Bump SDK to 36 and Gradle to 8.13 2025-07-24 15:43:52 -04:00
proguard-rules.pro Android: Clean up ProGuard 2024-05-25 21:56:19 -04:00