what is the difference between Sleep mode and Deep sleep mode?

前端 未结 3 1655
感情败类
感情败类 2021-01-18 01:04

I would like to know what is the difference between Sleep mode and Deep sleep mode in android phone and what will be the impact of when phone goes to sleep mode and deep sle

3条回答
  •  温柔的废话
    2021-01-18 01:50

    You can use WAKE_LOCK to prevent device going to deep sleep. But you must take into account battery drain. More info: http://developer.android.com/reference/android/os/PowerManager.html

提交回复
热议问题