I am developing new application which have print wireless feature. And I am using ePrint technology. PDF file which I generated before, I want to preview it directly using ePrint application (apk) like below screenshot :
I have URI for my pdf file, then I already decompiled ePrint application (apk), and found this one in its manifest. I am not sure, but I think below screenshot refers to preview activity.
So how can I open directly ePrint Preview activity from my application, and I have parameter URI file which I want to print ?
Thank you in advance.