1
Well personal, I am developing an app and I Gero a PDF on Android at runtime. It turns out that the user does not receive any message, or anything, to know where the file is. I wonder if have how I send this file to the Android download manager, is there such possibility? If not, what is the best way to show the user where the file is being written? (It is being written in the application’s own folder)
As we do not know how you are doing this and difficult to answer.
– ramaral
Jaja will post the code @ramaral, I’m on mobile. But like this. In a simpler way to be explained: How to take a file that is already saved on the device and make it appear on as if it were being downloaded?
– João Neto
If the pdf is being generated in a service, create a notification. If it is being generated in the application the user is using, create a dialog to report where it was recorded.
– ramaral
I’ll test these solutions then, thanks!
– João Neto
@Joãoneto Take a look at the code of the author of this question: http://stackoverflow.com/questions/7908193/how-to-access-downloads-folder-in-android
– Maicon Carraro