I know it is a bit early for api 36, but i had to mention this problem.
SDK = 36 (android-36)
targetSdkVersion= 36
The following event is broken in API 36. It crashes when adding the event below and pressing back key. It does not report any errors at the log, just crashes. It is ok without the event, no crashes.
I tested it with emulator (Android 16) and i do not have an actual device with Android 16 to test it. I hope its only in the emulator. Maybe someone can test it with a real device with Android 16.
SDK = 36 (android-36)
targetSdkVersion= 36
The following event is broken in API 36. It crashes when adding the event below and pressing back key. It does not report any errors at the log, just crashes. It is ok without the event, no crashes.
B4X:
Sub Activity_KeyPress (KeyCode As Int) As Boolean 'return true if you want to consume the event
End Sub
I tested it with emulator (Android 16) and i do not have an actual device with Android 16 to test it. I hope its only in the emulator. Maybe someone can test it with a real device with Android 16.
Attachments
Last edited: