Android13.0的SystemUI下拉菜单有很多快速设置选项,有些选项对我们设备来说是多余的,用户要求去掉无用的选项,只保留Internet Bluetooth Screen record 去掉之前: 去掉之后: 为了去掉这些快速设置选项,试了很多地方,研究了很多代码,最后发现改这个config文件就可以去掉了 diff --git a/core/res/res/
1、alps\frameworks\base\policy\src\com\android\internal\policy\impl\PhoneWindowManager.java找到这个文件 然后 在 public void setInitialDisplaySize(Display display, int width, int height, int density) {}方法中找到 mN
在手机接收到notification的时候,有静音,震动,声音三种提示方式,特意说明下声音播放的触发流程: 在SystemUI启动的时候,会start()一个媒体播放类: public class RingtonePlayer extends SystemUI {private static final String TAG = "RingtonePlayer";private static
view层级树为: 被包含在 keyguard_host_view.xml中 。 <?xml version="1.0" encoding="utf-8"?><!-- This is the host view that generally contains two sub views: the widget viewand the security view. --><com.andro
比如WiFi 图标的父layout为: Class Name: ButtonRelativeLayout Class Name: QSTileView Class Name: TilePage Class Name: PagedTileLayout Class Name: QSPanel Class Name: NonInterceptingScrollView Class Name: QS