mirror of
https://github.com/apache/cordova-android.git
synced 2025-03-14 07:11:04 +08:00

-setNativeToJsBridgeMode() and poll() can now be used via the JS interface exported via addJavascriptInterface. -prompt() now forwards calls to this class so that the logic will be the same whether prompt() or the JS object is used.