12月 092019
1、默认的快捷按钮的项目在res/values/config.xml中
项目的名称:quick_settings_tiles_default
默认的值为:wifi,bt,dnd,flashlight,rotation,battery,cell,airplane,cast
2、所有的快捷设置项
在res/value/config.xml中,项目名称:quick_settings_tiles_stock
项目值:wifi,cell,battery,dnd,flashlight,rotation,bt,airplane,location,hotspot,inversion,saver,work,cast,night
- wifi – 无线网络
- bt – 蓝牙
- dnd – 勿扰模式
- flashlight – 手电筒?
- rotation – 自动旋转
- battery – 省电模式?
- cell – ?
- airplane – 飞行模式
- cast – 投射
- location – 位置信息
- hotspot – 无线热点
- inversion – 反色
- saver – 流量节省程序
- work – ?
- night – 夜晚模式?
3、有个编辑按钮,可以编辑常用的快捷按钮
当编辑后,按钮的配置存储在系统数据库的Secure.QS_TILES常量中,常量值:sysui_qs_tiles
使用下面命令可以查看修改后的值:
adb shell settings get secure sysui_qs_tiles
Sorry, the comment form is closed at this time.