Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertanto/restartapp


https://github.com/robertanto/restartapp

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# restartApp plugin #
This Cordova plugin will reboot automatically your __Android__ app or service.

## Supported Platforms ##
- __Android__

## Usage ##

#### Enable the automatic startup of your app after the boot ####
```typecript
declare let restart: any;
...
restart.restartApp(, () => { /*Success callback*/}, (err) => { /*Error callback*/ });
```
## Installation ##
The plugin can be installed from git repository as follows:
```bash
cordova plugin add https://github.com/antonioroberto1994/restartApp.git
```

## Author

**Antonio Roberto** - [Linkedin](https://www.linkedin.com/in/antonio-roberto-1b288b120/)

## License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](https://github.com/antonioroberto1994/restartApp/blob/master/LICENSE)