crond: Move "requires root" to its own metadata field
This commit is contained in:
parent
e06a48c300
commit
c17e9c34e8
|
|
@ -9,7 +9,7 @@ Name:crond
|
||||||
Auto Name:${applicationLabel}
|
Auto Name:${applicationLabel}
|
||||||
Summary:Schedules scripts
|
Summary:Schedules scripts
|
||||||
Description:
|
Description:
|
||||||
Requires Root. Simple android app which implements crond using AlarmManager.
|
Simple android app which implements crond using AlarmManager.
|
||||||
|
|
||||||
Schedules all scripts in regular intervals as defined by the crontab file. The
|
Schedules all scripts in regular intervals as defined by the crontab file. The
|
||||||
syntax is the same as on any UNIX system and can be looked up on the internet.
|
syntax is the same as on any UNIX system and can be looked up on the internet.
|
||||||
|
|
@ -17,6 +17,8 @@ You need to edit the crontab file using another app or adb. Always open the app
|
||||||
after making changes to the crontab file to apply them.
|
after making changes to the crontab file to apply them.
|
||||||
.
|
.
|
||||||
|
|
||||||
|
Requires Root:yes
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/faerbit/android-crond
|
Repo:https://github.com/faerbit/android-crond
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue