Android - not able to attach a file in email

前端 未结 7 559
孤城傲影
孤城傲影 2020-12-03 11:48

By default, files saved to the internal storage are private to your application and other applications cannot access them (nor can the user).

I am able to see the fi

7条回答
  •  南笙
    南笙 (楼主)
    2020-12-03 12:26

    Try using Context.MODE_WORLD_READABLE instead of Context.MODE_PRIVATE when saving the file. Then other apps will have access to the file.

提交回复
热议问题