In my application made in Totalcross, I make a REST call and it returns a byte[]
where I convert to a pdf and save it to a specific directory inside the device.
In this flow, everything is ok.
My need is .. within the application, I need to open the PDF or suggest to the user to open with some specific application as it is done for example in Android using Intent: link
Is there any way to suggest the user or open the PDF through my application?