when i m trying to open the downloaded pdf with below code, android prompts me to open with “play store” instead of “adobe reader”,
my code:
constructor(private _document: DocumentViewer);
.
.
this._document.viewDocument(fileLocation, ‘application/pdf’, options)
please tell me how to open the pdf with adobe reader??
