commit | 8f63d48b344bfdf87fa6ddeac7c9bf33a9dca6ac | [log] [tgz] |
---|---|---|
author | jhonboy121 <alfredmathew05@gmail.com> | Thu Dec 30 02:03:13 2021 +0530 |
committer | jhonboy121 <alfredmathew05@gmail.com> | Thu Dec 30 11:14:29 2021 +0530 |
tree | 4dee8bdec71c79ca2c82166a25c064462ee6dfc7 | |
parent | 20da8b4751f0e4f12ca0cf6c2c64ea373f469ecd [diff] |
GamingMode: do not extend any AppCompat widgets * coz our theme is not a descendant of AppCompat theme Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
exTHmUI 游戏模式
当进入游戏模式或者用户调节 SeekBar 时, 游戏模式会设置 sys.performance.level
这个属性。
设备维护者需要在代码中添加对这个属性变化的监听。 可以参考 这个commit