Foreground Service
$ ionic cordova plugin add cordova-plugin-foreground-service
$ npm install @awesome-cordova-plugins/foreground-service...
<platform name="android">
<config-file parent="/*" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
</config-file>
...Supported platforms
Last updated