Autostart
每次啟動或自動更新應(yīng)用程序后塞椎,此插件將自動啟動您的Android應(yīng)用程序。 您可以在應(yīng)用程序中啟用或禁用自動啟動功能。
Repo(備用): https://github.com/ToniKorin/cordova-plugin-autostart
Installation(安裝)
1.安裝Cordova和Ionic原生插件:
$ ionic cordova plugin add cordova-plugin-autostart
$ npm install --save @ionic-native/autostart
Supported platforms(支持平臺)
Android
Usage(用法)
import { Autostart } from '@ionic-native/autostart';
constructor(private autostart: Autostart) { }
...
this.autostart.enable();
this.autostart.disable();
Instance Members(實(shí)例成員)
啟動后啟用自動啟動
disable()
啟動后禁用自動啟動