Android.software.print not available: Can't print on Android 11

Try adding <feature name="android.software.print" /> characters to tv_core_hardware.xml file. The operation steps are as follows:

C:\Users\25348>adb root && adb remount
remount succeeded

C:\Users\25348>adb pull system/etc/permissions/tv_core_hardware.xml .
system/etc/permissions/tv_core_hardware.xml: 1 file pulled. 0.5 MB/s (1696 bytes in 0.003s)

C:\Users\25348>adb push C:\Users\25348\tv_core_hardware.xml system/etc/permissions/tv_core_hardware.xml
C:\Users\25348\tv_core_hardware.xml: 1 file pushed. 0.2 MB/s (1739 bytes in 0.011s)

C:\Users\25348>adb shell
VIM4:/ # sync
VIM4:/ # reboot

Thanks for your feedback. This bug will be handled in the next version.