Do you know of any means for changing the screen brightness in J2ME. That is using a vendor-specific API, like Samsung's, etc.
Thanks!
Do you know of any means for changing the screen brightness in J2ME. That is using a vendor-specific API, like Samsung's, etc.
Thanks!
I think the closest is Display.flashBacklight(int duration)
There is away to do it with the Nokia-specific API.