I have gone through all the questions that you guys discussed here at SO but I didn't find a solution for me.
Please clarify whether we can disable the Home button or not?
I've tried the following code, but it doesn't make sense:
if (keyCode == KeyEvent.KEYCODE_HOME) {
return true;
}
Thanks in advance.