Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 Android 4.4 打印 API 获取所有已安装打印机的 PrinterIds?显示在打印 UI 上的那些打印机(仅限打印机设备)。我想做的是遍历所有可用的打印机并在那里输出功能。
您可以使用PrinterDiscoverySession类来获取此信息。