Switching to ONLINE_EVENT

This commit is contained in:
Joe Bowser 2012-09-20 16:27:44 -07:00
parent c206ac0335
commit 9bc89c784f

View File

@ -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).