commit | 5ca4021960001cbf5048220d3f516d180bb1964a | [log] [tgz] |
---|---|---|
author | jhonboy121 <alfredmathew05@gmail.com> | Wed Dec 22 23:28:17 2021 +0530 |
committer | jhonboy121 <alfredmathew05@gmail.com> | Thu Dec 23 10:56:22 2021 +0530 |
tree | 0ff123da2d28f808e1f9a24f1034a0aff82ffbcc | |
parent | 676ecf12c6a84839d81e5f3a49f4bd386da3855f [diff] |
GamingMode: rewrite GamingPerformanceView in kt and handle updates in it's controller Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
exTHmUI 游戏模式
当进入游戏模式或者用户调节 SeekBar 时, 游戏模式会设置 sys.performance.level
这个属性。
设备维护者需要在代码中添加对这个属性变化的监听。 可以参考 这个commit