gpt4 book ai didi

android - 你如何在Android中设置屏幕亮度?

转载 作者:太空狗 更新时间:2023-10-29 16:09:08 25 4
gpt4 key购买 nike

我想要一个使用 SeekBar 调整屏幕亮度的对话框。

如何使用调整屏幕亮度的SeekBar显示自定义对话框?

最佳答案

You can use this API .这将改变窗口的屏幕亮度,而不是整个系统的屏幕亮度。

        // Make the screen full bright for this activity.
WindowManager.LayoutParams lp = getWindow().getAttributes();
lp.screenBrightness = 1.0f;

getWindow().setAttributes(lp);

关于android - 你如何在Android中设置屏幕亮度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7343081/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com