Switching to ONLINE_EVENT
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/9bc89c78 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/9bc89c78 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/9bc89c78 Branch: refs/heads/master Commit: 9bc89c784f58e242c9e3dec19afbb39d7dd1f364 Parents: c206ac0 Author: Joe Bowser <bows...@apache.org> Authored: Thu Sep 20 16:27:44 2012 -0700 Committer: Joe Bowser <bows...@apache.org> Committed: Thu Sep 20 16:27:44 2012 -0700 ---------------------------------------------------------------------- .../org/apache/cordova/NativeToJsMessageQueue.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/9bc89c78/framework/src/org/apache/cordova/NativeToJsMessageQueue.java ---------------------------------------------------------------------- diff --git a/framework/src/org/apache/cordova/NativeToJsMessageQueue.java b/framework/src/org/apache/cordova/NativeToJsMessageQueue.java index d2732c4..f0c07a1 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).