I'm trying to use Trepn for measuring power consumption of an Android device.
What I found was that LCD consumes most of the power, so in order to get relatively accurate power consumption, I'd better turn off only the LCD before the experiment and turn on after the experiment.
How can I turn off only the LCD (not making a sleep mode) programmatically with Android?