New App: ForceDoze
This commit is contained in:
parent
cf6caa1a1f
commit
e7098304fa
42
metadata/com.suyashsrijan.forcedoze.yml
Normal file
42
metadata/com.suyashsrijan.forcedoze.yml
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: GPL-3.0-only
|
||||||
|
SourceCode: https://github.com/theblixguy/ForceDoze
|
||||||
|
IssueTracker: https://github.com/theblixguy/ForceDoze/issues
|
||||||
|
|
||||||
|
Summary: Enable Doze mode immediately after screen off and turn off motion sensing
|
||||||
|
Description: |-
|
||||||
|
```ForceDoze``` allows you to forcefully enable Doze right after you turn off your
|
||||||
|
screen, and on top of that, it also disables motion sensors so Doze stays active
|
||||||
|
even if your device is not stationary while screen off. Doze will only deactivate
|
||||||
|
periodically to execute maintenance jobs (like getting notifications, etc),
|
||||||
|
otherwise it will remain active as long as your screen is off. This brings a lot
|
||||||
|
more battery savings than standard Doze functionality, because even with screen
|
||||||
|
off and Doze enabled, Doze is still periodically checking for movement, and
|
||||||
|
disabling motion sensing improves battery life further.
|
||||||
|
|
||||||
|
```Features```
|
||||||
|
|
||||||
|
* Force Doze mode immediately after screen off or after a user specified delay
|
||||||
|
* Add/remove apps or packages directly to system Doze whitelist
|
||||||
|
* Disable motion sensors to prevent Doze from kicking in during movement
|
||||||
|
* Tasker support to turn on/off ForceDoze and modify other features
|
||||||
|
* Disable WiFi and mobile data completely during Doze
|
||||||
|
* Enable Doze mode on devices where OEM has disabled it
|
||||||
|
* No root mode so you can enjoy the core benefits without rooting your device
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/theblixguy/ForceDoze
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 1.4.0
|
||||||
|
versionCode: 68
|
||||||
|
commit: 907781334d91e315bd991128e477d628e57c1dad
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
|
||||||
|
AutoUpdateMode: None
|
||||||
|
UpdateCheckMode: RepoManifest
|
||||||
|
CurrentVersion: 1.4.0
|
||||||
|
CurrentVersionCode: 68
|
Loading…
Reference in a new issue