Esempio n. 1
0
 protected void sendToWebView(String javascript) throws JSONException {
   pluginManager.scheduleJsForExecution(javascript, getId());
 }