issues
search
ToniKorin
/
cordova-plugin-autostart
This Cordova plugin will start automatically your app after the every boot or the auto-update of your application. You can enable or disable the autostart function in your app.
https://github.com/ToniKorin/cordova-plugin-autostart
Apache License 2.0
108
stars
77
forks
source link
Enable service auto-start
#22
Closed
alalamav
closed
6 years ago
alalamav
commented
6 years ago
Adds a plugin action,
enableService
, that takes an exported service name to be automatically started on boot.
disable
prevents both the app and the service from being automatically started.
enableService
, that takes an exported service name to be automatically started on boot.disable
prevents both the app and the service from being automatically started.