I am using the below code to send the command to the printer. The temp folder is created and the file is sent to the folder. but it gives me an error saying `
check your code once....!!whether the intent is registered in manifest with proper action and category...!!
You are missing an app, that is actually able to use that print-intent you are trying to start.
Install whatever can receive com.dynamixsoftware.printershare.print
intents. If this is already installed, make sure the uri and mime-type make sense to that app.
An intent is only a signal to do some job. It will be dispatched at runtime, so there is no compile time checking for errors. This also allows the user in some cases (e.g. send by email) to choose between multiple possible receivers