Skip to content

Commit

Permalink
[TIMOB-25769] Fix WebView content selection intent
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Mathews committed Feb 14, 2018
1 parent fd1b314 commit 4479c42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ protected IntentProxy prepareFileChooserIntent(PackageManager packageManager)

Intent contentSelectionIntent = new Intent(Intent.ACTION_GET_CONTENT);
contentSelectionIntent.addCategory(Intent.CATEGORY_OPENABLE);
contentSelectionIntent.setType("image/*");
contentSelectionIntent.setType("*/*");

Intent[] intentArray = null;
if (takePictureIntent != null) {
Expand Down

0 comments on commit 4479c42

Please sign in to comment.