开发者

Android : check whether Home key is pressed or not

Can anybody help me to find out, how can i find that whether the HOME key is pressed or not? I want to take action based on it....

I am using开发者_如何学C KeyEvent.isModifierKey(KeyEvent.KEYCODE_HOME) to check whether home key is pressed or not....It always returns me false....

Can anybody help me to go ahead..

Thanks, Rakesh


You cannot do this. Your application will not receive HOME key events.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜