commit | 5358c5555900be68445fe85ab62e96ddc13d4f48 | [log] [tgz] |
---|---|---|
author | jhonboy121 <alfredmathew05@gmail.com> | Fri Dec 24 23:15:26 2021 +0530 |
committer | jhonboy121 <alfredmathew05@gmail.com> | Wed Dec 29 20:47:28 2021 +0530 |
tree | 8dbbb0ef24816b93a03e08e804163fc181d214fe | |
parent | 0117cb0980e8d4c075da9903287a60172e9c2fb8 [diff] |
GamingMode: add an activity and display settings there * themes and layout behaviour directly kanged from Settings * Preferences are pulled from KryptonSettings * updated main icon and app name as well Co-authored-by: cjybyjk <cjybyjk@zjnu.edu.cn> Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
exTHmUI 游戏模式
当进入游戏模式或者用户调节 SeekBar 时, 游戏模式会设置 sys.performance.level
这个属性。
设备维护者需要在代码中添加对这个属性变化的监听。 可以参考 这个commit