Skip to content

Commit

Permalink
Merge pull request #9837 from garymathews/TIMOB-25769_71X
Browse files Browse the repository at this point in the history
[7_1_X][TIMOB-25769] Fix WebView content selection intent
  • Loading branch information
Lokesh Choudhary committed Feb 21, 2018
2 parents abed6d6 + 081e453 commit 2e189b0
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 2e189b0

Please sign in to comment.