diff --git a/src/android/BackgroundMode.java b/src/android/BackgroundMode.java index fd4e22e..2144cae 100644 --- a/src/android/BackgroundMode.java +++ b/src/android/BackgroundMode.java @@ -185,7 +185,7 @@ public class BackgroundMode extends CordovaPlugin { Intent intent = new Intent( context, ForegroundService.class); - if (isDisabled) { + if (isDisabled || isBind) { return; }