How can I find out the camera images folder of an Android phone?

前端 未结 3 912
没有蜡笔的小新
没有蜡笔的小新 2020-12-10 04:02

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\

3条回答
  •  一向
    一向 (楼主)
    2020-12-10 04:23

    Use getExternalStoragePublicDirectory()

    with parameter DIRECTORY_PICTURES

    (or, for other use cases, other similar parameters such as DIRECTORY_MOVIES)

提交回复
热议问题