I am developing an Android application and I want to print an HTML page through the Samsung Mobile Print application. What are the intent parameters that I need for this.
Is there any way to find out these parameters? I managed to find out the name of the package using the adb shell, but when I tried to pass the HTML page as a package, it threw an ActivityNotFoundException (No Activity found to handle ACTION_SEND)
.
I know that there are other printing options, such as PrinterShare Pro and Gooble Cloud Print, but I am developing this application for the client, and therefore I need to communicate with the Samsung Mobile Print application.
Thanks for your help.
source share