Foreground Service
Foreground Service plugin for Cordova and Ionic. This plugin allows for android devices to continue running services in the background, using a foreground…
...
<platform name="android">
<config-file parent="/*" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
</config-file>
...Installation
ionic cordova plugin add cordova-plugin-foreground-service
npm install @awesome-cordova-plugins/foreground-serviceSupported Platforms
Further Information
Last updated