35 lines
986 B
YAML
35 lines
986 B
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-3.0-only
|
||
|
SourceCode: https://gitlab.com/juanitobananas/drowser/tree/HEAD
|
||
|
IssueTracker: https://gitlab.com/juanitobananas/drowser/issues
|
||
|
Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
|
||
|
|
||
|
AutoName: Drowser
|
||
|
Summary: Simple background app killer
|
||
|
Description: |-
|
||
|
Avoid rogue apps from running in the background with Drowser.
|
||
|
|
||
|
Drowser is a simple app that kills the selected apps when the screen turns off.
|
||
|
|
||
|
It requires root and uses it to kill the apps with an 'am force-stop <app-id>'. This is a ''very'' impolite way of stopping apps. These might (and will probably) misbehave. You might also lose data because of this. '''Beware!'''
|
||
|
|
||
|
RequiresRoot: 'yes'
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://gitlab.com/juanitobananas/drowser.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.6'
|
||
|
versionCode: 6
|
||
|
commit: v0.6
|
||
|
subdir: app
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '0.6'
|
||
|
CurrentVersionCode: 6
|