DeepSleep

About

  • DeepSleep is a Xposed module. It can limit the background behavior of apps and reduce the power consumption of apps in the background.

    • Block acquire wakelock and alarms to prevent redundant wake-ups.
    • Block start services to reduce memory consumption.
    • Block sync to prevent redundant wake-ups.
  • 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 模块.可以限制应用后台行为,节省待机电量消耗.

  • EDxposed/LSPosed 作用域 选择需要限制应用.

  • 严重警告

    • 如果您的设备没有待机耗电问题并不推荐使用 deepsleep.
    • 使用 deepsleep 限制应用,可能会导致应用出现异常问题.
      • 聊天应用 可能出现消息延迟
      • 音乐播放器 可能无法锁屏播放
      • 其他等因限制应用后台行为导致的异常.

Features

  • Beta:
    • wakelock/alarm/service/sync restriction
    • Data backup and recovery
    • help/about fragment
    • black/white list/regex support
    • dark/light theme switch
    • broadcast restriction(drop it)

  • Beta:
    • wakelock/alarm/service/sync 限制
    • 帮助/关于界面
    • 黑白名单/正则支持
    • 深色/浅色主题切换
    • 备份/还原支持
    • 广播限制(舍去)

Compatibility

  • Android N ~
  • Edxpoed LSPosed

  • Android N 及以上
  • Edxposed LSPosed 支持

Installation

Support

  • Only DeepSleep downloaded from the above channels is supported
  • Please submit ISSUE

  • 只支持从上述渠道下载的 DeepSleep
  • bug 或 功能建议等可以提交 ISSUE / 酷安评论区 / Play(等待审核)

Contributing

License

  • DeepSleep is released under GNU GPLv3 (License).
  • DeepSleep 以 GNU GPLv3 开源

Package

com.js.deepsleep

Releases

1.2.1

Release type: Stable

7/3/2022, 12:50:55 PM

log

  • 进入长期维护阶段,有 bug 修 bug,暂时没有功能更新
  • 更新依赖
  • 修正一些翻译

v1.2.1-rc3

Release type: Stable

6/25/2022, 2:23:10 PM

1.2.1-rc3

  • xposed 建议作用域不再包含系统框架.
  • 增加拓展选项生效应用列表
  • 强制停止应用更改为实验选项,开启则 xposed 作用域需要选择系统框架.

  • xposed suggests that the scope no longer contains the system framework.
  • Add expansion option to take effect on the list of applications
  • Force stop application is changed to experimental option, if it is on, xposed scope needs to select system framework.

v1.2.1-rc2

Release type: Stable

6/22/2022, 12:03:26 PM

1.2.1-rc2

  • 移除 1.0 版本遗留不需要权限
  • 应用设置后强制关闭对应应用(作用域需选择 系统框架)
  • 修正拓展规则保存失效 bug

  • Remove legacy unneeded permissions from version 1.0
  • Force close the corresponding application after application setting (scope needs to select system framework)
  • Fix the bug of extension rules saving failure.

v1.2.0-rc2

Release type: Stable

6/19/2022, 3:46:21 AM

Remove unnecessary permissions