Guest User

Untitled

a guest
Dec 12th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. webView.addJavascriptInterface(new Dialogs(context), "Dialogs");
  2. Dialogs.getFileFromDialog(new setOnSelectedFromDialog() {
  3. @Override
  4. public void onFromDialogSelected(File file, String path) {
  5. Dialogs.SysToast(file.toString());
  6. }
  7. });
  8.  
  9. Dialogs.getFileFromDialog(function (file, path) {
  10. /* file, path*/
  11. });
Add Comment
Please, Sign In to add comment