开发者

Programmaticaly force screen to light up in blackberry

开发者 https://www.devze.com 2022-12-20 15:59 出处:网络
I want my application according to s开发者_开发知识库ome event, it comes to the background and light up the screen so the user notice that the blackberry has something.You can use the Backlight API li

I want my application according to s开发者_开发知识库ome event, it comes to the background and light up the screen so the user notice that the blackberry has something.


You can use the Backlight API like this: Backlight.enable(true, timeInMs)

Edit: you can even add a vibration with Alert.startVibrate(timeInMs)

0

精彩评论

暂无评论...
验证码 换一张
取 消