block Home Button in Ice cream sandwich and jelly bean

后端 未结 3 1533
执笔经年
执笔经年 2020-12-01 11:23

I am developing Lock screen where i want to disable Home button in ice cream sandwich and in Jelly bean , i can block it using following methods in android 2.2 , 2.3

<
3条回答
  •  春和景丽
    2020-12-01 12:07

    I think it is impossible to detect and/or intercept the HOME button from within an Android app. This is built into the system to prevent malicious apps that cannot be exited.

提交回复
热议问题