简体   繁体   中英

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

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.

您可以使用PrinterDiscoverySession类获取此信息。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM