Actually no, this is because we only show camera when `type` attribute is given with media mime type, while Chrome shows camera (and sound recorder) when `type` is not given too.
Bug 1975933 Comment 10 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Actually no, this is because we only show camera when `type` attribute is given with media mime type, while Chrome shows camera (and sound recorder) when `type` is not given too. Edit: And I think the relevant code is here: https://searchfox.org/firefox-main/rev/995b0c65366602cbb70a65131f9a848c82a8d19d/mobile/android/android-components/components/feature/prompts/src/main/java/mozilla/components/feature/prompts/file/FilePicker.kt#151-189
Actually no, this is because we only show camera when `type` attribute is given with media mime type, while Chrome shows camera (and sound recorder) when `type` is not given too. Edit: And I think the relevant code is here: https://searchfox.org/firefox-main/rev/995b0c65366602cbb70a65131f9a848c82a8d19d/mobile/android/android-components/components/feature/prompts/src/main/java/mozilla/components/feature/prompts/file/FilePicker.kt#151-189 where `MimeType.values` are: https://searchfox.org/firefox-main/rev/995b0c65366602cbb70a65131f9a848c82a8d19d/mobile/android/android-components/components/feature/prompts/src/main/java/mozilla/components/feature/prompts/file/MimeType.kt#155