From 9bc89c784f58e242c9e3dec19afbb39d7dd1f364 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Thu, 20 Sep 2012 16:27:44 -0700 Subject: [PATCH] Switching to ONLINE_EVENT --- framework/src/org/apache/cordova/NativeToJsMessageQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java index d2732c46..f0c07a17 100755 --- a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java +++ b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java @@ -36,7 +36,7 @@ public class NativeToJsMessageQueue { private static final String LOG_TAG = "JsMessageQueue"; // This must match the default value in incubator-cordova-js/lib/android/exec.js - private static final int DEFAULT_BRIDGE_MODE = 1; + private static final int DEFAULT_BRIDGE_MODE = 3; // Set this to true to force plugin results to be encoding as // JS instead of the custom format (useful for benchmarking).