I am developing a camera app for Android.
One requirement is to save the photos taken to the device\'s default camera photo folder i.e. the folder in which Android\
Use getExternalStoragePublicDirectory()
with parameter DIRECTORY_PICTURES
(or, for other use cases, other similar parameters such as DIRECTORY_MOVIES)