diff --git a/platforms/android/src/com/test/TestPlugin.java b/platforms/android/src/com/test/TestPlugin.java index ea3ea83..7826223 100644 --- a/platforms/android/src/com/test/TestPlugin.java +++ b/platforms/android/src/com/test/TestPlugin.java @@ -23,11 +23,14 @@ public boolean execute(String action, CordovaArgs args, private void test(final CallbackContext callbackContext) { Log.d("TestPlugin", "executing test"); + /* cordova.getThreadPool().execute(new Runnable() { @Override public void run() { callbackContext.success("0cc63f47cc68c3c2283a"); } }); + */ + callbackContext.success("0cc63f47cc68c3c2283a"); } } \ No newline at end of file