karimslim

Results 2 comments of karimslim

Hi, You could add FOREGROUND_SERVICE permission in your app once without updating AndroidManifest everytime you build the app. Add those lines to your config.xml to grant the missing permission: `...

Hi, You have to add **FOREGROUND_SERVICE** permission in your app. This must be included in the plugin but unfortunately it is not. Add those lines to your **config.xml** to grant...