On Android devices, if you want to create a file input that prompts the
user to either choose an image from their photo album or take a picture with their
camera, you'll need this basically undocumented capture
attribute added to your input's accept
property:
<input type="file" accept="image/*;capture=camera" />