문제

Is it possible to turn ON/OFF power saving mode from code?

For the time being, I do wakelock acquire and release, but I assume, that is not the same.

도움이 되었습니까?

해결책

There aren't any publicly available API's to do this in the SDK. You can use the PowerManager to acquire and release wakelocks but that's about it. Besides, every manufacturer and device might have it's own version of what it means by "power saving mode", so it doesn't make sense to give 3rd party app developers an API to interact with the system in this way.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top