在项目中,加入一个popupWindow,然后给它加了一个setOnKeyListener,在按返回键后dismiss掉这个popupWindow,但是很奇怪没有生效,最后排查是因为他需要给这个popupWindow.setFocusableInTouchMode(true);