diff --git a/src/android/BackgroundExt.java b/src/android/BackgroundExt.java index 5aa52ec..c402a0b 100644 --- a/src/android/BackgroundExt.java +++ b/src/android/BackgroundExt.java @@ -83,6 +83,8 @@ class BackgroundExt { }); } + // codebeat:disable[ABC] + /** * Executes the request. * @@ -113,6 +115,8 @@ class BackgroundExt { } } + // codebeat:enable[ABC] + /** * Move app to background. */ diff --git a/src/android/BackgroundMode.java b/src/android/BackgroundMode.java index f8703e0..880cde4 100644 --- a/src/android/BackgroundMode.java +++ b/src/android/BackgroundMode.java @@ -77,6 +77,8 @@ public class BackgroundMode extends CordovaPlugin { } }; + // codebeat:disable[ABC] + /** * Executes the request. * @@ -115,6 +117,8 @@ public class BackgroundMode extends CordovaPlugin { return true; } + // codebeat:enable[ABC] + /** * Called when the system is about to start resuming a previous activity. *