mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
Switching to ONLINE_EVENT
This commit is contained in:
parent
c206ac0335
commit
9bc89c784f
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user