Camera intent/Activity - avoid saving to gallery

前端 未结 3 1026
眼角桃花
眼角桃花 2021-02-07 17:23

I am using the Camera Activity to capture the picture. I call it with the MediaStore.EXTRA_OUTPUT extra parameter. The image is correctly saved

3条回答
  •  野性不改
    2021-02-07 17:41

    How about saving your images with non-image extension ? Something like michael.photo instead of michael.jpg/png etc.That way Gallery app wont take them in and I have seen many such apps keepsafe for example does this.

提交回复
热议问题