@Override
public void onAttachedToWindow() {
    this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD);
    super.onAttachedToWindow();
}

此方法加的activity里面然后就可以在onKeyDown这个方法里捕获home事件了