On 18 August 2014 08:24, Botao Sun botao.sun@linaro.org wrote:
Hi,
Recently I'm looking at the keycode page provided by Google:
http://developer.android.com/reference/android/view/KeyEvent.html
As we know after screen unlocked, there is a white circle with six dots above the HOME key, which can be clicked to enter the APPS tab. However after tried around, I can't find which key is handling it. I tried KEYCODE_BUTTON_MODE, KEYCODE_APP_SWITCH, KEYCODE_MENU, KEYCODE_HOME and some others, none of them works.
Is that icon an actual key? Or it's just a pixel area on the screen?
I think it's only one area used for click.
BTW, if you want to open some application from there, I think it's better to open the application via am start command.