How to detect KEY_BACK for android devices?

I’m a bit confused on how to detect the system back (the one in the navigation) button for android devices. I’ve noted that there are other posts regarding the same (esp this one) however could not find any option called “KEY_BACK” in the input_binding file. Would be grateful, if anyone could point me to some documentation or examples of how to achieve the same :slightly_smiling_face:

Hello there,

I use this to detect the back button on Android:

back

6 Likes

Thanks for the help mate :slightly_smiling_face: Got it working now :partying_face:

1 Like