Android系统修改 - 禁止下拉菜单

ThanksView 2019-09-04 18:33:22
目录:frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarView.java 如下更改: public PanelView selectPanelForTouch(MotionEvent touch) { // No double swiping. If either panel is open, nothing else can be pulled down.// return mNotificationPanel.getExpandedHeight() >= header.getLeft() && x <= header.getRight() && y >= header.getTop() && y android:visibility属性:目录:frameworks/base/packages/SystemUI/res/layout/status_bar.xml
粤ICP备18089419号