Android 9 disable drop-down status bar

Android9 disable drop-down status bar

  • Find the following Java source files in the Android source code directory

vendor/mediatek/proprietary/packages/apps/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java

  • The return value of the onDraggedDown method is modified to false, and no operation is performed.

Guess you like

Origin blog.csdn.net/weixin_41388144/article/details/109346527