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

前端 未结 3 1578
感情败类
感情败类 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:56

    Deep sleep mode doesn't have anything to do with hibernate and boot time, as somebody wrote in deleted answer.

    You should not avoid the phone sleep, this will drain your battery very fast. To receive messages from server, you should use [C2DM] GCM which has the same basic characteristics as old fashion deprecated C2DM.

    More info about the android sleep here: http://developer.android.com/reference/android/os/PowerManager.html

提交回复
热议问题