fdroiddata/metadata/x1125io.initdlight.yml

46 lines
1 KiB
YAML
Raw Normal View History

2019-02-20 10:14:52 +00:00
Categories:
- System
License: MIT
2019-11-07 10:42:25 +00:00
AuthorName: x1125
AuthorWebSite: https://1125.io/
2019-02-20 10:14:52 +00:00
SourceCode: https://github.com/x1125/initd-light
IssueTracker: https://github.com/x1125/initd-light/issues
AutoName: Init.d Light
Description: |-
This app provides simplest functionality for starting scripts on Android startup
as root.
2019-11-07 10:42:25 +00:00
After installing the App, youll have to run it at least once for the
2019-02-20 10:14:52 +00:00
BootReceiver to work and for the root access to be granted.
It will also show you where to place your scripts, which is usually
"/data/user/0/x1125io.initdlight/files".
Every script in there will be launched via "su -c [file]".
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/x1125/initd-light
Builds:
- versionName: '1.0'
versionCode: 1
commit: '1.0'
subdir: app
gradle:
- yes
- versionName: '1.1'
versionCode: 2
commit: '1.1'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.1'
CurrentVersionCode: 2