Skip to content

Commit

Permalink
Update InAppBrowser.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JudyLenart authored Apr 17, 2020
1 parent 7a33322 commit 053db7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/InAppBrowser.java
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ public boolean onShowFileChooser (WebView webView, ValueCallback<Uri[]> filePath

Intent chooserIntent = new Intent(Intent.ACTION_CHOOSER);
chooserIntent.putExtra(Intent.EXTRA_INTENT, contentSelectionIntent);
chooserIntent.putExtra(Intent.EXTRA_TITLE, "Selecione a imagem");
chooserIntent.putExtra(Intent.EXTRA_TITLE, "Take a photo or select an image");
chooserIntent.putExtra(Intent.EXTRA_INITIAL_INTENTS, intentArray);

// Run cordova startActivityForResult
Expand Down

0 comments on commit 053db7d

Please sign in to comment.