Android 中的闪烁屏幕或闪烁屏幕

发布于 2024-12-08 18:13:58 字数 268 浏览 0 评论 0原文

请告诉我如何关闭 Android 设备的背光,我尝试通过 setBrightness 方法,但它不适用于模拟器

我的主要任务是开发一个 Android 应用程序,其中每当发生任何事件时系统都必须发出警报用户会收到这样的警报,其中正在播放某些 mp3 文件并显示闪烁屏幕或闪烁屏幕。

我执行 Mp3 文件播放任务,但我该如何处理闪烁屏幕。

我使用服务,而不是在活动中,因此无法使用 WindowManager,因此请有任何方法通过通过服务而不是活动调用的帮助方法来做到这一点。

please may you tell me how i can turn off back light of android device, i try through the setBrightness method but it not works on emulator

my main task is to develop an android application in which whenever any event is occurs then a system have to alert the user by such an alarm in which some mp3 file is playing and flashing screen or blinking screen is showing.

I do the Mp3 file playing task, but how I can do for the Blinking Screen.

I use the Services, not in activity, so cant use the WindowManager, so please there is any way to do this by helping methods which call through Service instead of Activity.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里°也失望 2024-12-15 18:13:59

模拟器不支持亮度改变。例如,如果您进入手机设置并更改亮度,则不会发生任何事情。如果您想看到亮度变化,您需要一个真实的设备。

Emulator does not support brightness changing. For example, if you go to phone settings and change brightness there, nothing will happen. You need a real device if you want to see brightness changes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文