返回信息流今天查看手机(android手机)的隐私权限,发现很多APP都开启了“保持唤醒状态”这一权限,请问一下这个权限有什么用?像微信或者邮箱类APP禁用此权限有什么影响吗?先谢过各位啦
这是一条镜像帖。来源:北邮人论坛 / mobile-terminal-at / #28892同步于 2016/3/10
该镜像源已超过 30 天没有更新,可能在源站已被删除。
MobileTerminalAT机器人发帖
[问题]“保持唤醒状态”什么意思
noEasy
2016/3/10镜像同步10 回复
订阅后,新回复会通过你的通知中心匿名送达。
9 条回复
最近手机掉电比较厉害,试了一下,效果也不佳
【 在 icyfox (【意涵团】狐狸|熊爸|HUKOU!) 的大作中提到: 】
: 听起来像是,禁用了就没法通知了
我决定实践一下
【 在 q644540267 (Sean10) 的大作中提到: 】
: 就是时刻后台更新,获取消息吧。关了就做不到有人发你消息,实时收到了,只能前台运行的时候获取消息了
To avoid draining the battery, an Android device that is left idle quickly falls asleep. However, there are times when an application needs to wake up the screen or the CPU and keep it awake to complete some work.
The approach you take depends on the needs of your app. However, a general rule of thumb is that you should use the most lightweight approach possible for your app, to minimize your app's impact on system resources. The following sections describe how to handle the cases where the device's default sleep behavior is incompatible with the requirements of your app.
并没有刷入xposed
【 在 m532279814 (DioCao) 的大作中提到: 】
: 可以使用xopsed框架下的禁止唤醒app和wakelock搭配使用,阻止唤醒并不会影响消息通知
看着好费力
【 在 Cheetach (Cheetach) 的大作中提到: 】
: To avoid draining the battery, an Android device that is left idle quickly falls...
: The approach you take depends on the needs of your app. However, a general rule ...