Input type="file" problems

Hello!

I got this problem with fileinput. When i press it in my android phone, the options I get are Video Camera, Sound Recorder and Documents. How can i change this to Documents/Camera (photo)?

This is my input form…

<input accept="image/jpeg" ng-model="message.image" type="file" name="image" id="image-upload" value="">

/Tobias