Skip to content

Jasper-1024/DeepSleep

Repository files navigation

DeepSleep

  • This is English version(although a lot of google translation😂), for china user 中文版

  • 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.

About

  • Due to some persion reason, NoWakeLock is gradually in a state of suspension, and some functions of NoWakeLock are too complicated, so DeepSleep was written.

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
  • Release

Compatibility

  • Android N ~
  • Edxpoed LSPosed

Compile

Installation

Support

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

Contributing

License

  • DeepSleep is released under GNU GPLv3 (License).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages