Skip to content

amcpanaligan/cordova-plugin-boot-launcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Boot Launcher

Launch your Apache Cordova Android app automatically when the device is booted.

Install

  1. Fork this repository

  2. In src/android/BootLauncher.java line 13, replace com.ionicframework.starter.StarterApp.class with [YOUR_APP_ID].CordovaApp.class. YOUR_APP_ID is the reverse domain-style identifier you used when you created your cordova project.

  3. Add your forked plugin via the CLI:

cordova plugin add https://github.com/jimibi/cordova-plugin-boot-launcher.git
  1. Remove your plugin via the CLI:
cordova plugin rm fr.edps.cordova.bootlauncher

Platforms

Android only.

License

MIT License

About

Cordova / PhoneGap Boot Launcher Plugin for Apache Cordova >= 3.0.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%