commit | 4edb29445f4b99e6b38b98a769e49ad154c19e53 | [log] [tgz] |
---|---|---|
author | jhonboy121 <alfredmathew05@gmail.com> | Thu Dec 23 21:27:23 2021 +0530 |
committer | jhonboy121 <alfredmathew05@gmail.com> | Thu Dec 23 21:47:44 2021 +0530 |
tree | 1ef0715282a07f0e092bf83f6208c92ee42a755b | |
parent | 99e428d3b33aa361345f56282193d6fdcc88ebd2 [diff] |
GamingMode: cleanup and don't change state from service * Totally got rid of the LocalBroadcastManager usage and the public constant keys are now where they belong * Next up is state restore from individual controllers Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
exTHmUI 游戏模式
当进入游戏模式或者用户调节 SeekBar 时, 游戏模式会设置 sys.performance.level
这个属性。
设备维护者需要在代码中添加对这个属性变化的监听。 可以参考 这个commit