http://valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion/2020/06/16/Get-browser-forward-gesture-on-Android-10-Pixel-Experience-Plus-ROM-for-Poco-F1.html
The values are taken from: https://developer.android.com/reference/android/view/KeyEvent . 125 is for KEYCODE_FORWARD , which is the same as VK_BROWSER_FORWARD in Win32 for example, the “web browser forward” button some mice and keyboard have. Now, you have to find where the first portion of code is located in the dex file. The way I did it was to dump the opcodes to a file and search through it.