Android 4.4: How to get a list of all installed printers?

2.8k views Asked by At

How can I get the PrinterIds of all the installed printers using the Android 4.4 printing API? Those printers (only printer devices) that show up at the printing UI. What I'd like to do is to iterate through all available printers and output there capabilities.

1

There are 1 answers

0
lee On

You may use the PrinterDiscoverySession class to get this information.