Reviews
Simple Android app which implements crond using AlarmManager
Search similar apps
License
MIT License
Simple android app which implements crond using AlarmManager.
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.
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.