Background mode plugin silent mode

Seems as though a few people have been having this issue so I used this suggestion and it worked!

this.backgroundMode.setDefaults({
  title:  'TheTitleOfYourProcess',
  text:   'Executing background tasks.',
    silent: true
});
3 Likes