Disable Home button in Android 4.0+

前端 未结 3 1211
无人及你
无人及你 2020-12-02 00:44

I\'m trying to replace the stock lock screen with my own app.
In my code, i want to disable the Home button.
I know how to do this in Android 2.3 and below,
but

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 01:38

    Mucking with the home button is disabled for security/reliability reasons in ICS. (Most apps use it for evil than good)

    Please refer to the following questions for workarounds.

    1. how can I disable android 4.0 home button
    2. override Home key in android ICS
    3. Disable Home Button in Android ICS (4.0)

    Seems like the only way is to implement a home screen

提交回复
热议问题