commit | 8b40977df00a812c1384c8a25c3a3243eaabb2d2 | [log] [tgz] |
---|---|---|
author | jhonboy121 <alfredmathew05@gmail.com> | Fri Dec 31 10:27:28 2021 +0530 |
committer | jhonboy121 <alfredmathew05@gmail.com> | Fri Dec 31 10:27:33 2021 +0530 |
tree | baf2bb617eeb8913fea46fe6a258bc5b7480d795 | |
parent | 946ddb9df6f59955673650e9fb8ca486843584b3 [diff] |
GamingMode: remove qs app view and related stuff 1) It doesn't work if the app is not in recents 2) Launching the app will close the current app in foreground, so makes it useless while gaming Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
exTHmUI 游戏模式
当进入游戏模式或者用户调节 SeekBar 时, 游戏模式会设置 sys.performance.level
这个属性。
设备维护者需要在代码中添加对这个属性变化的监听。 可以参考 这个commit