Android 10.0 Modify the display order of the SystemUI pull-down QSPanel function switch

When the SystemUI is pulled down and expanded, the function switch order of QSPanel needs to be adjusted, that is, the display order in config.xml needs to be modified, and then the function switches of QSPanel will be arranged in order after loading.

1. The first step is to modify the arrangement order of quick_settings_tiles_default. The
specific path is:

frameworks/base/packages/SystemUI/res/values/config.xml
@@ -93,7 +93,7 @@
     <bool name="config_navigation_bar_enable_auto_dim_no_visible_wallpaper">true</bool>
 
     <!-- The maximum number of tiles in the QuickQSPanel -->
-    <integer name="quick_qs_pa

Guess you like

Origin blog.csdn.net/baidu_41666295/article/details/123392722