I am developing and application which needs to open camera. I found two different intent to open device camera. But i do not understand what is the difference between them.
Camera intents :
`
android.media.action.IMAGE_CAPTURE
android.provider.MediaStore.ACTION_IMAGE_CAPTURE
thanks for any help.
They are the same, as specified in the docs: