When I created a new project and it ran normally, I added the onBackPressed method in the Activity and canceled super. onBackPressed() to make the return button unavailable. Everything was fine now
But when I added it in build.gradle
implementation("zendesk.messaging:messaging-android:2.20.1")
At this point, press the return button again and the program exits. Why is this?
Why does this only happen in Android 14?
