System UI 调试方法
工作需要想了解下SystemUi的启动流程,所以需要调试下SystemUI,这样比较高效:1、SyStemUI是随系统启动的,所以我们先要在系统启动的时候把SystemUI的启动关掉,这个在SystemServer里面,可以如下注释: static final void startSystemUi(Context context) { Intent intent =