Camera

Expected: open camera

<input type="file" accept="image/*" capture="environment" />

Album

Expected: open album on android

<input type="file" accept="image/*" />

Camera + Album

Expected: both camera and album are supported

<input type="file" accept="image/*;capture=camera" />