0

Is it possible to keep a file(.txt or .pdf) in my android project folder and add its link in some activity, so that when clicked the file from my project folder is downloaded(or saved) to users sd card on internal memory ??

Dipsraj
  • 15
  • 6

1 Answers1

0

Yes you can,

put file(s) in your asset folder and use below solution for copy them to sdcard or internal memory How to copy files from 'assets' folder to sdcard?

Community
  • 1
  • 1
SadeghAlavizadeh
  • 609
  • 3
  • 17
  • 33