Is there possibility just to open external camera application and let it take picture, save it and notify media_scanner for me? I'm googling for a long time now and everything I found are just topics about calling camera intent and need to process taken image myself.
I don't want to have need for WRITE_STORAGE and CAMERA permissions in my app, I just want to access gallery and direct user to external camera if needed.
PS In case anyone wants to downwote this question, please, explain yourself after read it one more time carefully. Thanks!