java - Power saving mode in Android controlled programatically? -


is possible turn on/off power saving mode code?

for time being, wakelock acquire , release, assume, not same.

there aren't publicly available api's in sdk. can use powermanager acquire , release wakelocks that's it. besides, every manufacturer , device might have it's own version of means "power saving mode", doesn't make sense give 3rd party app developers api interact system in way.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -