commit | a40ac8e1fce9d1c7a05e30d45ff92f8a660940a5 | [log] [tgz] |
---|---|---|
author | jhonboy121 <alfredmathew05@gmail.com> | Sun Dec 26 18:08:51 2021 +0530 |
committer | jhonboy121 <alfredmathew05@gmail.com> | Wed Dec 29 20:47:42 2021 +0530 |
tree | 156d7e2a2e90c385a93ad370f91f04797d87604d | |
parent | 29aaed75e25137bbdbfd66bb44af82327f857064 [diff] |
GamingMode: let AppTile extend LinearLayout instead of TileBase * it has a unique behaviour and there is no need to keep it's functions in TileBase Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
exTHmUI 游戏模式
当进入游戏模式或者用户调节 SeekBar 时, 游戏模式会设置 sys.performance.level
这个属性。
设备维护者需要在代码中添加对这个属性变化的监听。 可以参考 这个commit