My application takes pictures from camera by using Camera API.
However, I would prefer invoking the stock Camera application and receive back the Uri of the saved picture.
(I would prefer it that way because the Camera application has many features readily available which I otherwise have to code in my app).
Do you know if there is an intent for invoking the stock Camera that way?