I´m learning about files operations (save, open, etc) with cordova (and Intel XDK), I can save a pdf file following this solution: Trying to save a PDF file with Intel XDK
But now I want to know how can I open this very same saved pdf file. Can you show me a sample to achieve this (for Android) so I can apply it into my project?
What I want is that when the file is called then Android show me the "Open with..." window so I can choose if open with Adobe Reader or other app.
I´m checking the official documentation but I´ll need help to understand this part.
Thank you all.