commit | 946ddb9df6f59955673650e9fb8ca486843584b3 | [log] [tgz] |
---|---|---|
author | jhonboy121 <alfredmathew05@gmail.com> | Thu Dec 30 23:14:14 2021 +0530 |
committer | jhonboy121 <alfredmathew05@gmail.com> | Thu Dec 30 23:20:26 2021 +0530 |
tree | 77fcb4a653921ba0284d569f1bd7e33a89019091 | |
parent | 000d7ff414d656a5baddafa6a732f52f5efda648 [diff] |
GamingMode: use AlertDialog as the overlay menu * also removed the unnecessary FrameLayout as parent for overlay layout * removed unused menu_divider and reformatted code Signed-off-by: jhonboy121 <alfredmathew05@gmail.com>
exTHmUI 游戏模式
当进入游戏模式或者用户调节 SeekBar 时, 游戏模式会设置 sys.performance.level
这个属性。
设备维护者需要在代码中添加对这个属性变化的监听。 可以参考 这个commit