The plot thickens…
Apparently that button with the three bars toward the upper right on the picture of my LG G6 running Android 7.0 above is called a "Home Touch Button". LG describes Home Touch Buttons, but does not mention this Menu button.
My LG G4 running Android 6.0 does not have this button appear running the same app.
No other applications on my G6 cause this button to appear (there are just the three buttons shown below the Menu button, as expected).
The reason pressing this Home Touch Menu Button causes my app signing menu to open is because of the following software. (Note: depressing this Home Touch Menu Button causes the KEYCODE_MENU code to be sent to my app.)
If (KeyCode = KeyCodes.KEYCODE_MENU) Then
btnMenu_Click ' open sliding menu
Return True ' Consume event, so the app does not close
I must be doing something to cause this Home Touch Menu Button to suddenly appear, but I have no idea what it could be.
Google searching hasn't uncovered anything. Anyone have any ideas?
Barry.