-1
I have an APP that needs to open some PDF files (laws) that should come along with the application.
The idea is to call an Intent to open these PDF files by Android’s own native PDF reader or a PDF reader already installed on mobile. The files are in the Assets (inside the res directory). How do I open the external PDF reader application and intend to open the PDF with the file path that is on Assets?
I’ve tried a lot of things, and I haven’t been able to. Please help me out!
Do you have any code that you can show to give more details?
– Tiago Gonçalves
It would be like the APP Firefighters IT-Technical Instructions (It opens the legislation in a PDF viewer where it has PDF reader’s own search field).
– Valdir