-
DeepSleep is a Xposed module. It can limit the background behavior of apps and reduce the power consumption of apps in the background.
-
EDxposed/LSPosed scope Select the application to be limited.
-
Serious warning
- Using deepsleep is not recommended if your device has no standby power consumption problems.
- Using deepsleep to limit the application may cause unusual problems with the application.
- IM may experience message delays
- Music player may not play on the lock screen
- Other exceptions caused by restricting the background behavior of the app.
-
DeepSleep 是 Xposed 模块.可以限制应用后台行为,节省待机电量消耗.
- 禁止申请 唤醒锁/wakelock 和 闹钟/alarms,防止多余唤醒.
- 禁止启动 后台服务/Service,减少内存消耗.
- 禁止 同步/sync,防止多余唤醒.
-
EDxposed/LSPosed 作用域 选择需要限制应用.
-
严重警告
- 如果您的设备没有待机耗电问题并不推荐使用 deepsleep.
- 使用 deepsleep 限制应用,可能会导致应用出现异常问题.
- 聊天应用 可能出现消息延迟
- 音乐播放器 可能无法锁屏播放
- 其他等因限制应用后台行为导致的异常.
- Beta:
wakelock/alarm/service/sync restrictionData backup and recoveryhelp/about fragmentblack/white list/regex supportdark/light theme switchbroadcast restriction(drop it)
Beta:wakelock/alarm/service/sync 限制帮助/关于界面黑白名单/正则支持深色/浅色主题切换备份/还原支持广播限制(舍去)
- Android N ~
- Edxpoed LSPosed
- Android N 及以上
- Edxposed LSPosed 支持
- Github releases, alpha/bate/Released.
- 酷安, bate/Released
- [Play] waiting
- Only DeepSleep downloaded from the above channels is supported
- Please submit ISSUE
- 只支持从上述渠道下载的 DeepSleep
- bug 或 功能建议等可以提交 ISSUE / 酷安评论区 / Play(等待审核)
- DeepSleep is released under GNU GPLv3 (License).
- DeepSleep 以 GNU GPLv3 开源